修复采购和集成酸轧细节

This commit is contained in:
2026-06-29 10:18:26 +08:00
parent 59dad19296
commit 8c7cce90ba
18 changed files with 326 additions and 482 deletions

View File

@@ -33,9 +33,12 @@ public class ErpPurchasePlanDelivery extends BaseEntity {
/** 关联上传批次ID */
private Long batchId;
/** 是否WMS已确认到货: 1-是 0-否(卷号在钢卷表查不到或为占位类型) */
/** 是否WMS已确认到货: 1-是 0-否(卷号在钢卷表存在且 data_type<>10) */
private Integer arrived;
/** 是否在途: 1-是(卷号在钢卷表存在但 data_type=10) 0-否 */
private Integer inTransit;
/** 日期 */
private Date arrivalDate;