Merge pull request '24997 采购订单进度报表增加箱数' (#380) from junsheng.li/i3plus-pojo-junsheng:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/380
yun-zuoyi
臧学普 3 years ago
commit 338c051275

@ -206,6 +206,10 @@ public class WmsASNMaster extends BaseBean {
@ApiParam(value = "窗口结束时间")
public String windowEndTime;
@Transient
@ApiParam(value = "箱数")
public Integer boxQty;
public WmsASNMaster() {
}

Loading…
Cancel
Save