| | |
| | | @JsonIgnore |
| | | protected boolean isset_whGoodsId = false; |
| | | |
| | | private Integer warehouseType = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseType = false; |
| | | |
| | | private Long warehouseId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseId = false; |
| | |
| | | return this.whGoodsId == null; |
| | | } |
| | | |
| | | public Integer getWarehouseType() { |
| | | return this.warehouseType; |
| | | } |
| | | |
| | | public void setWarehouseType(Integer warehouseType) { |
| | | this.warehouseType = warehouseType; |
| | | this.isset_warehouseType = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyWarehouseType() { |
| | | return this.warehouseType == null; |
| | | } |
| | | |
| | | public Long getWarehouseId() { |
| | | return this.warehouseId; |
| | | } |
| | |
| | | .append("id=").append(this.id) |
| | | .append("warehouseFlowId=").append(this.warehouseFlowId) |
| | | .append("whGoodsId=").append(this.whGoodsId) |
| | | .append("warehouseType=").append(this.warehouseType) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .append("dealTime=").append(this.dealTime) |
| | | .toString(); |
| | |
| | | if (this.isset_whGoodsId) { |
| | | l_goods_wh_record.setWhGoodsId(this.getWhGoodsId()); |
| | | } |
| | | if (this.isset_warehouseType) { |
| | | l_goods_wh_record.setWarehouseType(this.getWarehouseType()); |
| | | } |
| | | if (this.isset_warehouseId) { |
| | | l_goods_wh_record.setWarehouseId(this.getWarehouseId()); |
| | | } |