Files
front-pc/pages/upnew/util.ts

26 lines
853 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const DrawsEnmu = {
id: '', // 图纸id id,示例值(24548)
projectId: '', // 所属,示例值(25728)
title: '', // 标题
description: '', // 描述
ownedUserId: '', // 所属人
editions: '', // 软件版本信息,最多上传5个
labels: [], // 标签内容最多5个
type: undefined, // 图纸类型 类型,示例值(1)
source: '', // 来源
editType: '', // 编辑类型
status: [], // 状态值,示例值(2)
createAddress: '', // 创建地址编码信息
createIp: '', // 创建地址ipv4信息
files: [], // 文件信息
province: '', // 省份编码
city: '', // 城市编码
county: '', // 区县编码
points: undefined, // 金币
projectType: [], // 分类
formatType: [], // 格式
coverImages: [], // 封面图片
otherFiles: [], // 附件信息
renderings: [], // 渲染信息
}