♻️ refactor(mes): 删除多余的预留字段

pull/871/MERGE
YunaiV 2026-02-28 01:46:31 +08:00
parent 0d3ddca266
commit 8628548282
16 changed files with 0 additions and 64 deletions

View File

@ -6,10 +6,6 @@ export interface CalHolidayVO {
day: number // 日期(时间戳)
type: number // 日期类型
remark: string // 备注
attribute1: string // 预留字段1
attribute2: string // 预留字段2
attribute3: number // 预留字段3
attribute4: number // 预留字段4
createTime: string // 创建时间
}

View File

@ -13,10 +13,6 @@ export interface CalPlanVO {
shiftCount: number // 倒班天数
status: number // 状态
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 排班计划 API

View File

@ -9,10 +9,6 @@ export interface CalPlanShiftVO {
startTime: string // 开始时间
endTime: string // 结束时间
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 计划班次 API

View File

@ -8,10 +8,6 @@ export interface CalPlanTeamVO {
teamCode: string // 班组编码
teamName: string // 班组名称
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// TODO @AI挪到 team/index.ts 中

View File

@ -8,10 +8,6 @@ export interface CalPlanTeamVO {
teamCode: string // 班组编码
teamName: string // 班组名称
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 计划班组关联 API

View File

@ -11,10 +11,6 @@ export interface CalPlanShiftVO {
startTime: string // 开始时间
endTime: string // 结束时间
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 计划班次 API

View File

@ -7,10 +7,6 @@ export interface CalTeamVO {
name: string // 班组名称
calendarType: number // 班组类型
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 班组 API

View File

@ -9,10 +9,6 @@ export interface CalTeamMemberVO {
nickname: string // 用户昵称(关联查询)
telephone: string // 用户手机号(关联查询)
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 班组成员 API

View File

@ -11,10 +11,6 @@ export interface CalTeamShiftVO {
teamName: string // 班组名称(关联查询)
shiftName: string // 班次名称(关联查询)
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 班组排班 API

View File

@ -21,10 +21,6 @@ export interface MdClientVO {
contact2Telephone: string // 联系人2-电话
contact2Email: string // 联系人2-邮箱
creditCode: string // 统一社会信用代码
attribute1: string // 预留字段1
attribute2: string // 预留字段2
attribute3: number // 预留字段3
attribute4: number // 预留字段4
status: number // 状态
remark: string // 备注
}

View File

@ -22,10 +22,6 @@ export interface MdVendorVO {
contact2Telephone: string // 联系人2-电话
contact2Email: string // 联系人2-邮箱
creditCode: string // 统一社会信用代码
attribute1: string // 预留字段1
attribute2: string // 预留字段2
attribute3: number // 预留字段3
attribute4: number // 预留字段4
status: number // 状态
remark: string // 备注
}

View File

@ -14,10 +14,6 @@ export interface MdWorkstationVO {
areaId: number // 库位 ID
status: number // 状态
remark: string // 备注
attribute1: string
attribute2: string
attribute3: number
attribute4: number
}
// MES 工作站 API

View File

@ -10,10 +10,6 @@ export interface MdWorkshopVO {
chargeUserName: string // 负责人名称
status: number // 状态
remark: string // 备注
attribute1: string // 预留字段1
attribute2: string // 预留字段2
attribute3: number // 预留字段3
attribute4: number // 预留字段4
}
// MES 车间 API

View File

@ -19,10 +19,6 @@ export interface WmWarehouseAreaVO {
allowItemMixing: boolean
allowBatchMixing: boolean
remark: string
attribute1: string
attribute2: string
attribute3: number
attribute4: number
createTime: string
}

View File

@ -10,10 +10,6 @@ export interface WmWarehouseVO {
chargeUserId: number
frozen: boolean
remark: string
attribute1: string
attribute2: string
attribute3: number
attribute4: number
createTime: string
}

View File

@ -11,10 +11,6 @@ export interface WmWarehouseLocationVO {
areaStatus: number
frozen: boolean
remark: string
attribute1: string
attribute2: string
attribute3: number
attribute4: number
createTime: string
}