md
This commit is contained in:
parent
1cb8e90d7d
commit
8450dc0087
@ -62,9 +62,16 @@ public class EmisWarehouseIn extends BaseEntity
|
||||
/* 状态 0-初始 */
|
||||
private String status;
|
||||
|
||||
// 扩展参数
|
||||
// --------- 扩展参数
|
||||
private EmisWaybill waybillDetail;
|
||||
|
||||
/* 总件数 */
|
||||
private Integer totalParcelQty;
|
||||
/* 总体积 */
|
||||
private BigDecimal totalVolume;
|
||||
/* 总重量 */
|
||||
private BigDecimal totalWeight;
|
||||
|
||||
// 入仓批次信息
|
||||
private List<EmisWarehouseInBatch> stockInBatchList;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user