|
|
@ -104,6 +104,10 @@ public class WmsCSOrderMaster extends BaseBean {
|
|
|
|
public String wmsCSZonesStr;
|
|
|
|
public String wmsCSZonesStr;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "盘点库存地清单")
|
|
|
|
|
|
|
|
public String wmsAreaNosStr;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "盘点库位清单")
|
|
|
|
@ApiParam(value = "盘点库位清单")
|
|
|
|
public String[] wmsCSLocates;
|
|
|
|
public String[] wmsCSLocates;
|
|
|
|
|
|
|
|
|
|
|
@ -117,4 +121,5 @@ public class WmsCSOrderMaster extends BaseBean {
|
|
|
|
public Integer getIsInventoryVal() {
|
|
|
|
public Integer getIsInventoryVal() {
|
|
|
|
return this.isInventory == null ? 0 :this.isInventory.intValue();
|
|
|
|
return this.isInventory == null ? 0 :this.isInventory.intValue();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|