| | |
| | | @JsonIgnore |
| | | protected boolean isset_whGoodsDetailsId = false; |
| | | |
| | | private String usingGoodsHisId = null; |
| | | private Long usingGoodsHisId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_usingGoodsHisId = false; |
| | | |
| | |
| | | private Long depFormLendingId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_depFormLendingId = false; |
| | | |
| | | private Long warehouseId = null; |
| | | @JsonIgnore |
| | | protected boolean isset_warehouseId = false; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | |
| | | return this.whGoodsDetailsId == null; |
| | | } |
| | | |
| | | public String getUsingGoodsHisId() { |
| | | public Long getUsingGoodsHisId() { |
| | | return this.usingGoodsHisId; |
| | | } |
| | | |
| | | public void setUsingGoodsHisId(String usingGoodsHisId) { |
| | | public void setUsingGoodsHisId(Long usingGoodsHisId) { |
| | | this.usingGoodsHisId = usingGoodsHisId; |
| | | this.isset_usingGoodsHisId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyUsingGoodsHisId() { |
| | | return this.usingGoodsHisId == null || this.usingGoodsHisId.length() == 0; |
| | | return this.usingGoodsHisId == null; |
| | | } |
| | | |
| | | public Long getWhGoodsId() { |
| | |
| | | return this.depFormLendingId == null; |
| | | } |
| | | |
| | | public Long getWarehouseId() { |
| | | return this.warehouseId; |
| | | } |
| | | |
| | | public void setWarehouseId(Long warehouseId) { |
| | | this.warehouseId = warehouseId; |
| | | this.isset_warehouseId = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyWarehouseId() { |
| | | return this.warehouseId == null; |
| | | } |
| | | |
| | | /** |
| | | * 重写 toString() 方法 |
| | | */ |
| | |
| | | .append("depFormLendingModelId=").append(this.depFormLendingModelId) |
| | | .append("depFormLendingGoodsId=").append(this.depFormLendingGoodsId) |
| | | .append("depFormLendingId=").append(this.depFormLendingId) |
| | | .append("warehouseId=").append(this.warehouseId) |
| | | .toString(); |
| | | } |
| | | |
| | |
| | | if (this.isset_depFormLendingId) { |
| | | dep_form_back_model.setDepFormLendingId(this.getDepFormLendingId()); |
| | | } |
| | | if (this.isset_warehouseId) { |
| | | dep_form_back_model.setWarehouseId(this.getWarehouseId()); |
| | | } |
| | | return dep_form_back_model; |
| | | } |
| | | } |