♻️ refactor(mes): 删除多余的预留字段
parent
0d3ddca266
commit
8628548282
|
|
@ -6,10 +6,6 @@ export interface CalHolidayVO {
|
||||||
day: number // 日期(时间戳)
|
day: number // 日期(时间戳)
|
||||||
type: number // 日期类型
|
type: number // 日期类型
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string // 预留字段1
|
|
||||||
attribute2: string // 预留字段2
|
|
||||||
attribute3: number // 预留字段3
|
|
||||||
attribute4: number // 预留字段4
|
|
||||||
createTime: string // 创建时间
|
createTime: string // 创建时间
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,6 @@ export interface CalPlanVO {
|
||||||
shiftCount: number // 倒班天数
|
shiftCount: number // 倒班天数
|
||||||
status: number // 状态
|
status: number // 状态
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 排班计划 API
|
// MES 排班计划 API
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,6 @@ export interface CalPlanShiftVO {
|
||||||
startTime: string // 开始时间
|
startTime: string // 开始时间
|
||||||
endTime: string // 结束时间
|
endTime: string // 结束时间
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 计划班次 API
|
// MES 计划班次 API
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,6 @@ export interface CalPlanTeamVO {
|
||||||
teamCode: string // 班组编码
|
teamCode: string // 班组编码
|
||||||
teamName: string // 班组名称
|
teamName: string // 班组名称
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO @AI:挪到 team/index.ts 中
|
// TODO @AI:挪到 team/index.ts 中
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,6 @@ export interface CalPlanTeamVO {
|
||||||
teamCode: string // 班组编码
|
teamCode: string // 班组编码
|
||||||
teamName: string // 班组名称
|
teamName: string // 班组名称
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 计划班组关联 API
|
// MES 计划班组关联 API
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@ export interface CalPlanShiftVO {
|
||||||
startTime: string // 开始时间
|
startTime: string // 开始时间
|
||||||
endTime: string // 结束时间
|
endTime: string // 结束时间
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 计划班次 API
|
// MES 计划班次 API
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,6 @@ export interface CalTeamVO {
|
||||||
name: string // 班组名称
|
name: string // 班组名称
|
||||||
calendarType: number // 班组类型
|
calendarType: number // 班组类型
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 班组 API
|
// MES 班组 API
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,6 @@ export interface CalTeamMemberVO {
|
||||||
nickname: string // 用户昵称(关联查询)
|
nickname: string // 用户昵称(关联查询)
|
||||||
telephone: string // 用户手机号(关联查询)
|
telephone: string // 用户手机号(关联查询)
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 班组成员 API
|
// MES 班组成员 API
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@ export interface CalTeamShiftVO {
|
||||||
teamName: string // 班组名称(关联查询)
|
teamName: string // 班组名称(关联查询)
|
||||||
shiftName: string // 班次名称(关联查询)
|
shiftName: string // 班次名称(关联查询)
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 班组排班 API
|
// MES 班组排班 API
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,6 @@ export interface MdClientVO {
|
||||||
contact2Telephone: string // 联系人2-电话
|
contact2Telephone: string // 联系人2-电话
|
||||||
contact2Email: string // 联系人2-邮箱
|
contact2Email: string // 联系人2-邮箱
|
||||||
creditCode: string // 统一社会信用代码
|
creditCode: string // 统一社会信用代码
|
||||||
attribute1: string // 预留字段1
|
|
||||||
attribute2: string // 预留字段2
|
|
||||||
attribute3: number // 预留字段3
|
|
||||||
attribute4: number // 预留字段4
|
|
||||||
status: number // 状态
|
status: number // 状态
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,6 @@ export interface MdVendorVO {
|
||||||
contact2Telephone: string // 联系人2-电话
|
contact2Telephone: string // 联系人2-电话
|
||||||
contact2Email: string // 联系人2-邮箱
|
contact2Email: string // 联系人2-邮箱
|
||||||
creditCode: string // 统一社会信用代码
|
creditCode: string // 统一社会信用代码
|
||||||
attribute1: string // 预留字段1
|
|
||||||
attribute2: string // 预留字段2
|
|
||||||
attribute3: number // 预留字段3
|
|
||||||
attribute4: number // 预留字段4
|
|
||||||
status: number // 状态
|
status: number // 状态
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,6 @@ export interface MdWorkstationVO {
|
||||||
areaId: number // 库位 ID
|
areaId: number // 库位 ID
|
||||||
status: number // 状态
|
status: number // 状态
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 工作站 API
|
// MES 工作站 API
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,6 @@ export interface MdWorkshopVO {
|
||||||
chargeUserName: string // 负责人名称
|
chargeUserName: string // 负责人名称
|
||||||
status: number // 状态
|
status: number // 状态
|
||||||
remark: string // 备注
|
remark: string // 备注
|
||||||
attribute1: string // 预留字段1
|
|
||||||
attribute2: string // 预留字段2
|
|
||||||
attribute3: number // 预留字段3
|
|
||||||
attribute4: number // 预留字段4
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MES 车间 API
|
// MES 车间 API
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,6 @@ export interface WmWarehouseAreaVO {
|
||||||
allowItemMixing: boolean
|
allowItemMixing: boolean
|
||||||
allowBatchMixing: boolean
|
allowBatchMixing: boolean
|
||||||
remark: string
|
remark: string
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
createTime: string
|
createTime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,6 @@ export interface WmWarehouseVO {
|
||||||
chargeUserId: number
|
chargeUserId: number
|
||||||
frozen: boolean
|
frozen: boolean
|
||||||
remark: string
|
remark: string
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
createTime: string
|
createTime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@ export interface WmWarehouseLocationVO {
|
||||||
areaStatus: number
|
areaStatus: number
|
||||||
frozen: boolean
|
frozen: boolean
|
||||||
remark: string
|
remark: string
|
||||||
attribute1: string
|
|
||||||
attribute2: string
|
|
||||||
attribute3: number
|
|
||||||
attribute4: number
|
|
||||||
createTime: string
|
createTime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue