feat(mes): 更新来源单据类型为整型,优化数据一致性

将来源单据类型字段从字符串更改为整型,以提高数据一致性和类型安全性。同时,添加了相关的枚举类型以支持新的字段定义。
pull/871/MERGE
YunaiV 2026-03-24 14:03:16 +08:00
parent c9b99e9465
commit eef5ec9b78
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export interface QcIpqcVO {
type: string // IPQC 检验类型
templateId: number // 检验模板 ID
sourceDocId: number // 来源单据 ID
sourceDocType: string // 来源单据类型
sourceDocType: number // 来源单据类型
sourceDocCode: string // 来源单据编号
sourceLineId: number // 来源单据行 ID
workOrderId: number // 生产工单 ID