单据条码实体临时字段增加

yun-zuoyi
刘敏 6 years ago
parent 5cb2e7994b
commit e02f2bfeee

@ -93,4 +93,16 @@ public class WmsDocMovementSn extends BaseBean {
@ApiParam(value = "散件移库输入移库数量")
@Transient
public Double inputMoveQty;
@Transient
@ApiParam("计划交货日期")
private String planDate;
@Transient
@ApiParam("计划交货时间")
private String planTime;
@Transient
@ApiParam("ERP库存地")
private String erpWhNo;
}

Loading…
Cancel
Save