修复采购和集成酸轧细节
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user