新增采购
This commit is contained in:
@@ -30,6 +30,12 @@ public class ErpPurchasePlanDelivery extends BaseEntity {
|
||||
/** 关联计划ID */
|
||||
private Long planId;
|
||||
|
||||
/** 关联上传批次ID */
|
||||
private Long batchId;
|
||||
|
||||
/** 是否WMS已确认到货: 1-是 0-否(卷号在钢卷表查不到或为占位类型) */
|
||||
private Integer arrived;
|
||||
|
||||
/** 日期 */
|
||||
private Date arrivalDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user