@ -81,4 +81,8 @@ public class WmsCSOrderMaster extends BaseBean {
@Column(name = "IS_PART")
@ApiParam(value = "是否散件")
private Integer isPart;
public Integer getIsInventoryVal() {
return this.isInventory == null ? 0 :this.isInventory.intValue();
}