| | |
| | | @JsonIgnore |
| | | protected boolean isset_whCount = false; |
| | | |
| | | private Integer transferCount = null; |
| | | @JsonIgnore |
| | | protected boolean isset_transferCount = false; |
| | | |
| | | private Integer allCount = null; |
| | | @JsonIgnore |
| | | protected boolean isset_allCount = false; |
| | | |
| | | private String firstInputCode = null; |
| | | @JsonIgnore |
| | | protected boolean isset_firstInputCode = false; |
| | |
| | | @JsonIgnore |
| | | public boolean isEmptyWhCount() { |
| | | return this.whCount == null; |
| | | } |
| | | |
| | | public Integer getTransferCount() { |
| | | return this.transferCount; |
| | | } |
| | | |
| | | public void setTransferCount(Integer transferCount) { |
| | | this.transferCount = transferCount; |
| | | this.isset_transferCount = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyTransferCount() { |
| | | return this.transferCount == null; |
| | | } |
| | | |
| | | public Integer getAllCount() { |
| | | return this.allCount; |
| | | } |
| | | |
| | | public void setAllCount(Integer allCount) { |
| | | this.allCount = allCount; |
| | | this.isset_allCount = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyAllCount() { |
| | | return this.allCount == null; |
| | | } |
| | | |
| | | public String getFirstInputCode() { |
| | |
| | | .append("baseGoodsModelsId=").append(this.baseGoodsModelsId) |
| | | .append("baseGoodsModelsName=").append(this.baseGoodsModelsName) |
| | | .append("whCount=").append(this.whCount) |
| | | .append("transferCount=").append(this.transferCount) |
| | | .append("allCount=").append(this.allCount) |
| | | .append("firstInputCode=").append(this.firstInputCode) |
| | | .append("firstInputType=").append(this.firstInputType) |
| | | .append("firstInputHisId=").append(this.firstInputHisId) |
| | |
| | | } |
| | | if (this.isset_whCount) { |
| | | wh_goods.setWhCount(this.getWhCount()); |
| | | } |
| | | if (this.isset_transferCount) { |
| | | wh_goods.setTransferCount(this.getTransferCount()); |
| | | } |
| | | if (this.isset_allCount) { |
| | | wh_goods.setAllCount(this.getAllCount()); |
| | | } |
| | | if (this.isset_firstInputCode) { |
| | | wh_goods.setFirstInputCode(this.getFirstInputCode()); |