yun-zuoyi
jokelone 5 years ago
commit 64f4486924

@ -134,6 +134,11 @@ public class WmsLocate extends BaseBean {
this.destBoxQty = destBoxQty; this.destBoxQty = destBoxQty;
} }
public WmsLocate(Integer boxQty , Double partQty,String locateNo){
this.boxQty=boxQty;
this.partQty=partQty;
this.locateNo=locateNo;
}
public Integer getMaxPackageQty() { public Integer getMaxPackageQty() {
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue(); return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
} }

@ -286,6 +286,10 @@ public class WmsStockSn extends BaseBean {
@ApiParam("打印模板名称") @ApiParam("打印模板名称")
private String templateName; private String templateName;
@Transient
@ApiParam("是否同批次条码")
private Integer isSameBatch;
public WmsStockSn() { public WmsStockSn() {
} }

Loading…
Cancel
Save