@ -134,6 +134,11 @@ public class WmsLocate extends BaseBean {
this.destBoxQty = destBoxQty;
}
public WmsLocate(Integer boxQty , Double partQty,String locateNo){
this.boxQty=boxQty;
this.partQty=partQty;
this.locateNo=locateNo;
public Integer getMaxPackageQty() {
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
@ -286,6 +286,10 @@ public class WmsStockSn extends BaseBean {
@ApiParam("打印模板名称")
private String templateName;
@Transient
@ApiParam("是否同批次条码")
private Integer isSameBatch;
public WmsStockSn() {