From caf451f76ac30aa222230e0bc2d0d7cb9f420bdf Mon Sep 17 00:00:00 2001 From: 杨凯 <398860375@qq.com> Date: 星期三, 18 十月 2023 21:54:42 +0800 Subject: [PATCH] 新增部门出入库 --- consum-model-pojo/src/main/java/com/consum/model/po/UsingGoodsHis.java | 404 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 334 insertions(+), 70 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/UsingGoodsHis.java b/consum-model-pojo/src/main/java/com/consum/model/po/UsingGoodsHis.java index b21e30e..bcdbbe8 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/UsingGoodsHis.java +++ b/consum-model-pojo/src/main/java/com/consum/model/po/UsingGoodsHis.java @@ -20,29 +20,25 @@ protected boolean isset_id = false; // 灞炴�у垪琛� - private Long goodsUserPhone = null; + private Long businessFormId = null; @JsonIgnore - protected boolean isset_goodsUserPhone = false; + protected boolean isset_businessFormId = false; - private String goodsUserName = null; + private String businessFormCode = null; @JsonIgnore - protected boolean isset_goodsUserName = false; + protected boolean isset_businessFormCode = false; - private Long nowUserPhone = null; + private String businessFormName = null; @JsonIgnore - protected boolean isset_nowUserPhone = false; - - private String nowUserName = null; - @JsonIgnore - protected boolean isset_nowUserName = false; + protected boolean isset_businessFormName = false; private String beiz = null; @JsonIgnore protected boolean isset_beiz = false; - private Long depFormLendingModelId = null; + private Integer classification = null; @JsonIgnore - protected boolean isset_depFormLendingModelId = false; + protected boolean isset_classification = false; private Long operatorId = null; @JsonIgnore @@ -55,6 +51,58 @@ private Long dealTime = null; @JsonIgnore protected boolean isset_dealTime = false; + + private Long depFormLendingModelId = null; + @JsonIgnore + protected boolean isset_depFormLendingModelId = false; + + private Long depFormLendingGoodsId = null; + @JsonIgnore + protected boolean isset_depFormLendingGoodsId = false; + + private Long depFormLendingId = null; + @JsonIgnore + protected boolean isset_depFormLendingId = false; + + private Long whGoodsId = null; + @JsonIgnore + protected boolean isset_whGoodsId = false; + + private Integer initialCount = null; + @JsonIgnore + protected boolean isset_initialCount = false; + + private Integer thisCount = null; + @JsonIgnore + protected boolean isset_thisCount = false; + + private Integer endCount = null; + @JsonIgnore + protected boolean isset_endCount = false; + + private String scrappedCode = null; + @JsonIgnore + protected boolean isset_scrappedCode = false; + + private String scrappedName = null; + @JsonIgnore + protected boolean isset_scrappedName = false; + + private Long warehouseId = null; + @JsonIgnore + protected boolean isset_warehouseId = false; + + private String warehouseName = null; + @JsonIgnore + protected boolean isset_warehouseName = false; + + private String departmentId = null; + @JsonIgnore + protected boolean isset_departmentId = false; + + private Long departmentName = null; + @JsonIgnore + protected boolean isset_departmentName = false; /** * 榛樿鏋勯�犲嚱鏁� @@ -91,60 +139,46 @@ return this.id == null; } - public Long getGoodsUserPhone() { - return this.goodsUserPhone; + public Long getBusinessFormId() { + return this.businessFormId; } - public void setGoodsUserPhone(Long goodsUserPhone) { - this.goodsUserPhone = goodsUserPhone; - this.isset_goodsUserPhone = true; + public void setBusinessFormId(Long businessFormId) { + this.businessFormId = businessFormId; + this.isset_businessFormId = true; } @JsonIgnore - public boolean isEmptyGoodsUserPhone() { - return this.goodsUserPhone == null; + public boolean isEmptyBusinessFormId() { + return this.businessFormId == null; } - public String getGoodsUserName() { - return this.goodsUserName; + public String getBusinessFormCode() { + return this.businessFormCode; } - public void setGoodsUserName(String goodsUserName) { - this.goodsUserName = goodsUserName; - this.isset_goodsUserName = true; + public void setBusinessFormCode(String businessFormCode) { + this.businessFormCode = businessFormCode; + this.isset_businessFormCode = true; } @JsonIgnore - public boolean isEmptyGoodsUserName() { - return this.goodsUserName == null || this.goodsUserName.length() == 0; + public boolean isEmptyBusinessFormCode() { + return this.businessFormCode == null || this.businessFormCode.length() == 0; } - public Long getNowUserPhone() { - return this.nowUserPhone; + public String getBusinessFormName() { + return this.businessFormName; } - public void setNowUserPhone(Long nowUserPhone) { - this.nowUserPhone = nowUserPhone; - this.isset_nowUserPhone = true; + public void setBusinessFormName(String businessFormName) { + this.businessFormName = businessFormName; + this.isset_businessFormName = true; } @JsonIgnore - public boolean isEmptyNowUserPhone() { - return this.nowUserPhone == null; - } - - public String getNowUserName() { - return this.nowUserName; - } - - public void setNowUserName(String nowUserName) { - this.nowUserName = nowUserName; - this.isset_nowUserName = true; - } - - @JsonIgnore - public boolean isEmptyNowUserName() { - return this.nowUserName == null || this.nowUserName.length() == 0; + public boolean isEmptyBusinessFormName() { + return this.businessFormName == null || this.businessFormName.length() == 0; } public String getBeiz() { @@ -161,18 +195,18 @@ return this.beiz == null || this.beiz.length() == 0; } - public Long getDepFormLendingModelId() { - return this.depFormLendingModelId; + public Integer getClassification() { + return this.classification; } - public void setDepFormLendingModelId(Long depFormLendingModelId) { - this.depFormLendingModelId = depFormLendingModelId; - this.isset_depFormLendingModelId = true; + public void setClassification(Integer classification) { + this.classification = classification; + this.isset_classification = true; } @JsonIgnore - public boolean isEmptyDepFormLendingModelId() { - return this.depFormLendingModelId == null; + public boolean isEmptyClassification() { + return this.classification == null; } public Long getOperatorId() { @@ -217,6 +251,188 @@ return this.dealTime == null; } + public Long getDepFormLendingModelId() { + return this.depFormLendingModelId; + } + + public void setDepFormLendingModelId(Long depFormLendingModelId) { + this.depFormLendingModelId = depFormLendingModelId; + this.isset_depFormLendingModelId = true; + } + + @JsonIgnore + public boolean isEmptyDepFormLendingModelId() { + return this.depFormLendingModelId == null; + } + + public Long getDepFormLendingGoodsId() { + return this.depFormLendingGoodsId; + } + + public void setDepFormLendingGoodsId(Long depFormLendingGoodsId) { + this.depFormLendingGoodsId = depFormLendingGoodsId; + this.isset_depFormLendingGoodsId = true; + } + + @JsonIgnore + public boolean isEmptyDepFormLendingGoodsId() { + return this.depFormLendingGoodsId == null; + } + + public Long getDepFormLendingId() { + return this.depFormLendingId; + } + + public void setDepFormLendingId(Long depFormLendingId) { + this.depFormLendingId = depFormLendingId; + this.isset_depFormLendingId = true; + } + + @JsonIgnore + public boolean isEmptyDepFormLendingId() { + return this.depFormLendingId == null; + } + + public Long getWhGoodsId() { + return this.whGoodsId; + } + + public void setWhGoodsId(Long whGoodsId) { + this.whGoodsId = whGoodsId; + this.isset_whGoodsId = true; + } + + @JsonIgnore + public boolean isEmptyWhGoodsId() { + return this.whGoodsId == null; + } + + public Integer getInitialCount() { + return this.initialCount; + } + + public void setInitialCount(Integer initialCount) { + this.initialCount = initialCount; + this.isset_initialCount = true; + } + + @JsonIgnore + public boolean isEmptyInitialCount() { + return this.initialCount == null; + } + + public Integer getThisCount() { + return this.thisCount; + } + + public void setThisCount(Integer thisCount) { + this.thisCount = thisCount; + this.isset_thisCount = true; + } + + @JsonIgnore + public boolean isEmptyThisCount() { + return this.thisCount == null; + } + + public Integer getEndCount() { + return this.endCount; + } + + public void setEndCount(Integer endCount) { + this.endCount = endCount; + this.isset_endCount = true; + } + + @JsonIgnore + public boolean isEmptyEndCount() { + return this.endCount == null; + } + + public String getScrappedCode() { + return this.scrappedCode; + } + + public void setScrappedCode(String scrappedCode) { + this.scrappedCode = scrappedCode; + this.isset_scrappedCode = true; + } + + @JsonIgnore + public boolean isEmptyScrappedCode() { + return this.scrappedCode == null || this.scrappedCode.length() == 0; + } + + public String getScrappedName() { + return this.scrappedName; + } + + public void setScrappedName(String scrappedName) { + this.scrappedName = scrappedName; + this.isset_scrappedName = true; + } + + @JsonIgnore + public boolean isEmptyScrappedName() { + return this.scrappedName == null || this.scrappedName.length() == 0; + } + + 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; + } + + public String getWarehouseName() { + return this.warehouseName; + } + + public void setWarehouseName(String warehouseName) { + this.warehouseName = warehouseName; + this.isset_warehouseName = true; + } + + @JsonIgnore + public boolean isEmptyWarehouseName() { + return this.warehouseName == null || this.warehouseName.length() == 0; + } + + public String getDepartmentId() { + return this.departmentId; + } + + public void setDepartmentId(String departmentId) { + this.departmentId = departmentId; + this.isset_departmentId = true; + } + + @JsonIgnore + public boolean isEmptyDepartmentId() { + return this.departmentId == null || this.departmentId.length() == 0; + } + + public Long getDepartmentName() { + return this.departmentName; + } + + public void setDepartmentName(Long departmentName) { + this.departmentName = departmentName; + this.isset_departmentName = true; + } + + @JsonIgnore + public boolean isEmptyDepartmentName() { + return this.departmentName == null; + } + /** * 閲嶅啓 toString() 鏂规硶 */ @@ -224,15 +440,27 @@ public String toString() { return new StringBuilder() .append("id=").append(this.id) - .append("goodsUserPhone=").append(this.goodsUserPhone) - .append("goodsUserName=").append(this.goodsUserName) - .append("nowUserPhone=").append(this.nowUserPhone) - .append("nowUserName=").append(this.nowUserName) + .append("businessFormId=").append(this.businessFormId) + .append("businessFormCode=").append(this.businessFormCode) + .append("businessFormName=").append(this.businessFormName) .append("beiz=").append(this.beiz) - .append("depFormLendingModelId=").append(this.depFormLendingModelId) + .append("classification=").append(this.classification) .append("operatorId=").append(this.operatorId) .append("operatorName=").append(this.operatorName) .append("dealTime=").append(this.dealTime) + .append("depFormLendingModelId=").append(this.depFormLendingModelId) + .append("depFormLendingGoodsId=").append(this.depFormLendingGoodsId) + .append("depFormLendingId=").append(this.depFormLendingId) + .append("whGoodsId=").append(this.whGoodsId) + .append("initialCount=").append(this.initialCount) + .append("thisCount=").append(this.thisCount) + .append("endCount=").append(this.endCount) + .append("scrappedCode=").append(this.scrappedCode) + .append("scrappedName=").append(this.scrappedName) + .append("warehouseId=").append(this.warehouseId) + .append("warehouseName=").append(this.warehouseName) + .append("departmentId=").append(this.departmentId) + .append("departmentName=").append(this.departmentName) .toString(); } @@ -250,23 +478,20 @@ using_goods_his.setId(this.getId()); } // 鏅�氬睘鎬� - if (this.isset_goodsUserPhone) { - using_goods_his.setGoodsUserPhone(this.getGoodsUserPhone()); + if (this.isset_businessFormId) { + using_goods_his.setBusinessFormId(this.getBusinessFormId()); } - if (this.isset_goodsUserName) { - using_goods_his.setGoodsUserName(this.getGoodsUserName()); + if (this.isset_businessFormCode) { + using_goods_his.setBusinessFormCode(this.getBusinessFormCode()); } - if (this.isset_nowUserPhone) { - using_goods_his.setNowUserPhone(this.getNowUserPhone()); - } - if (this.isset_nowUserName) { - using_goods_his.setNowUserName(this.getNowUserName()); + if (this.isset_businessFormName) { + using_goods_his.setBusinessFormName(this.getBusinessFormName()); } if (this.isset_beiz) { using_goods_his.setBeiz(this.getBeiz()); } - if (this.isset_depFormLendingModelId) { - using_goods_his.setDepFormLendingModelId(this.getDepFormLendingModelId()); + if (this.isset_classification) { + using_goods_his.setClassification(this.getClassification()); } if (this.isset_operatorId) { using_goods_his.setOperatorId(this.getOperatorId()); @@ -277,6 +502,45 @@ if (this.isset_dealTime) { using_goods_his.setDealTime(this.getDealTime()); } + if (this.isset_depFormLendingModelId) { + using_goods_his.setDepFormLendingModelId(this.getDepFormLendingModelId()); + } + if (this.isset_depFormLendingGoodsId) { + using_goods_his.setDepFormLendingGoodsId(this.getDepFormLendingGoodsId()); + } + if (this.isset_depFormLendingId) { + using_goods_his.setDepFormLendingId(this.getDepFormLendingId()); + } + if (this.isset_whGoodsId) { + using_goods_his.setWhGoodsId(this.getWhGoodsId()); + } + if (this.isset_initialCount) { + using_goods_his.setInitialCount(this.getInitialCount()); + } + if (this.isset_thisCount) { + using_goods_his.setThisCount(this.getThisCount()); + } + if (this.isset_endCount) { + using_goods_his.setEndCount(this.getEndCount()); + } + if (this.isset_scrappedCode) { + using_goods_his.setScrappedCode(this.getScrappedCode()); + } + if (this.isset_scrappedName) { + using_goods_his.setScrappedName(this.getScrappedName()); + } + if (this.isset_warehouseId) { + using_goods_his.setWarehouseId(this.getWarehouseId()); + } + if (this.isset_warehouseName) { + using_goods_his.setWarehouseName(this.getWarehouseName()); + } + if (this.isset_departmentId) { + using_goods_his.setDepartmentId(this.getDepartmentId()); + } + if (this.isset_departmentName) { + using_goods_his.setDepartmentName(this.getDepartmentName()); + } return using_goods_his; } } -- Gitblit v1.9.1