Refactor code structure and remove redundant changes

This commit is contained in:
wangqiao
2025-08-15 16:45:15 +08:00
commit 99df1d1f81
220 changed files with 33086 additions and 0 deletions

25
pages/upnew/util.ts Normal file
View File

@ -0,0 +1,25 @@
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: [], // 渲染信息
}