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/DepFormLendingModel.java |  378 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 332 insertions(+), 46 deletions(-)

diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/DepFormLendingModel.java b/consum-model-pojo/src/main/java/com/consum/model/po/DepFormLendingModel.java
index be81290..814e664 100644
--- a/consum-model-pojo/src/main/java/com/consum/model/po/DepFormLendingModel.java
+++ b/consum-model-pojo/src/main/java/com/consum/model/po/DepFormLendingModel.java
@@ -32,17 +32,13 @@
     @JsonIgnore
     protected boolean isset_depFormLendingId = false;
 
-    private Long depGoodsDetailsId = null;
+    private Long whGoodsDetailsId = null;
     @JsonIgnore
-    protected boolean isset_depGoodsDetailsId = false;
+    protected boolean isset_whGoodsDetailsId = false;
 
-    private Long goodsUserPhone = null;
+    private Long usingGoodsHisId = null;
     @JsonIgnore
-    protected boolean isset_goodsUserPhone = false;
-
-    private String goodsUserName = null;
-    @JsonIgnore
-    protected boolean isset_goodsUserName = false;
+    protected boolean isset_usingGoodsHisId = false;
 
     private Long nowUserPhone = null;
     @JsonIgnore
@@ -59,6 +55,62 @@
     private Long whGoodsId = null;
     @JsonIgnore
     protected boolean isset_whGoodsId = false;
+
+    private Integer usingCount = null;
+    @JsonIgnore
+    protected boolean isset_usingCount = false;
+
+    private Long warehouseId = null;
+    @JsonIgnore
+    protected boolean isset_warehouseId = false;
+
+    private String warehouseName = null;
+    @JsonIgnore
+    protected boolean isset_warehouseName = false;
+
+    private Long agencyId = null;
+    @JsonIgnore
+    protected boolean isset_agencyId = false;
+
+    private String agencyName = null;
+    @JsonIgnore
+    protected boolean isset_agencyName = false;
+
+    private String departmentId = null;
+    @JsonIgnore
+    protected boolean isset_departmentId = false;
+
+    private Long departmentName = null;
+    @JsonIgnore
+    protected boolean isset_departmentName = false;
+
+    private Long baseGoodsTemplateId = null;
+    @JsonIgnore
+    protected boolean isset_baseGoodsTemplateId = false;
+
+    private String baseGoodsTemplateName = null;
+    @JsonIgnore
+    protected boolean isset_baseGoodsTemplateName = false;
+
+    private String unit = null;
+    @JsonIgnore
+    protected boolean isset_unit = false;
+
+    private Long baseGoodsModelsId = null;
+    @JsonIgnore
+    protected boolean isset_baseGoodsModelsId = false;
+
+    private String baseGoodsModelsName = null;
+    @JsonIgnore
+    protected boolean isset_baseGoodsModelsName = false;
+
+    private Double price = null;
+    @JsonIgnore
+    protected boolean isset_price = false;
+
+    private Long procureDate = null;
+    @JsonIgnore
+    protected boolean isset_procureDate = false;
 
     /**
      * 榛樿鏋勯�犲嚱鏁�
@@ -137,46 +189,32 @@
         return this.depFormLendingId == null;
     }
 
-    public Long getDepGoodsDetailsId() {
-        return this.depGoodsDetailsId;
+    public Long getWhGoodsDetailsId() {
+        return this.whGoodsDetailsId;
     }
 
-    public void setDepGoodsDetailsId(Long depGoodsDetailsId) {
-        this.depGoodsDetailsId = depGoodsDetailsId;
-        this.isset_depGoodsDetailsId = true;
+    public void setWhGoodsDetailsId(Long whGoodsDetailsId) {
+        this.whGoodsDetailsId = whGoodsDetailsId;
+        this.isset_whGoodsDetailsId = true;
     }
 
     @JsonIgnore
-    public boolean isEmptyDepGoodsDetailsId() {
-        return this.depGoodsDetailsId == null;
+    public boolean isEmptyWhGoodsDetailsId() {
+        return this.whGoodsDetailsId == null;
     }
 
-    public Long getGoodsUserPhone() {
-        return this.goodsUserPhone;
+    public Long getUsingGoodsHisId() {
+        return this.usingGoodsHisId;
     }
 
-    public void setGoodsUserPhone(Long goodsUserPhone) {
-        this.goodsUserPhone = goodsUserPhone;
-        this.isset_goodsUserPhone = true;
+    public void setUsingGoodsHisId(Long usingGoodsHisId) {
+        this.usingGoodsHisId = usingGoodsHisId;
+        this.isset_usingGoodsHisId = true;
     }
 
     @JsonIgnore
-    public boolean isEmptyGoodsUserPhone() {
-        return this.goodsUserPhone == null;
-    }
-
-    public String getGoodsUserName() {
-        return this.goodsUserName;
-    }
-
-    public void setGoodsUserName(String goodsUserName) {
-        this.goodsUserName = goodsUserName;
-        this.isset_goodsUserName = true;
-    }
-
-    @JsonIgnore
-    public boolean isEmptyGoodsUserName() {
-        return this.goodsUserName == null || this.goodsUserName.length() == 0;
+    public boolean isEmptyUsingGoodsHisId() {
+        return this.usingGoodsHisId == null;
     }
 
     public Long getNowUserPhone() {
@@ -235,6 +273,202 @@
         return this.whGoodsId == null;
     }
 
+    public Integer getUsingCount() {
+        return this.usingCount;
+    }
+
+    public void setUsingCount(Integer usingCount) {
+        this.usingCount = usingCount;
+        this.isset_usingCount = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyUsingCount() {
+        return this.usingCount == 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;
+    }
+
+    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 Long getAgencyId() {
+        return this.agencyId;
+    }
+
+    public void setAgencyId(Long agencyId) {
+        this.agencyId = agencyId;
+        this.isset_agencyId = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyAgencyId() {
+        return this.agencyId == null;
+    }
+
+    public String getAgencyName() {
+        return this.agencyName;
+    }
+
+    public void setAgencyName(String agencyName) {
+        this.agencyName = agencyName;
+        this.isset_agencyName = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyAgencyName() {
+        return this.agencyName == null || this.agencyName.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;
+    }
+
+    public Long getBaseGoodsTemplateId() {
+        return this.baseGoodsTemplateId;
+    }
+
+    public void setBaseGoodsTemplateId(Long baseGoodsTemplateId) {
+        this.baseGoodsTemplateId = baseGoodsTemplateId;
+        this.isset_baseGoodsTemplateId = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyBaseGoodsTemplateId() {
+        return this.baseGoodsTemplateId == null;
+    }
+
+    public String getBaseGoodsTemplateName() {
+        return this.baseGoodsTemplateName;
+    }
+
+    public void setBaseGoodsTemplateName(String baseGoodsTemplateName) {
+        this.baseGoodsTemplateName = baseGoodsTemplateName;
+        this.isset_baseGoodsTemplateName = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyBaseGoodsTemplateName() {
+        return this.baseGoodsTemplateName == null || this.baseGoodsTemplateName.length() == 0;
+    }
+
+    public String getUnit() {
+        return this.unit;
+    }
+
+    public void setUnit(String unit) {
+        this.unit = unit;
+        this.isset_unit = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyUnit() {
+        return this.unit == null || this.unit.length() == 0;
+    }
+
+    public Long getBaseGoodsModelsId() {
+        return this.baseGoodsModelsId;
+    }
+
+    public void setBaseGoodsModelsId(Long baseGoodsModelsId) {
+        this.baseGoodsModelsId = baseGoodsModelsId;
+        this.isset_baseGoodsModelsId = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyBaseGoodsModelsId() {
+        return this.baseGoodsModelsId == null;
+    }
+
+    public String getBaseGoodsModelsName() {
+        return this.baseGoodsModelsName;
+    }
+
+    public void setBaseGoodsModelsName(String baseGoodsModelsName) {
+        this.baseGoodsModelsName = baseGoodsModelsName;
+        this.isset_baseGoodsModelsName = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyBaseGoodsModelsName() {
+        return this.baseGoodsModelsName == null || this.baseGoodsModelsName.length() == 0;
+    }
+
+    public Double getPrice() {
+        return this.price;
+    }
+
+    public void setPrice(Double price) {
+        this.price = price;
+        this.isset_price = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyPrice() {
+        return this.price == null;
+    }
+
+    public Long getProcureDate() {
+        return this.procureDate;
+    }
+
+    public void setProcureDate(Long procureDate) {
+        this.procureDate = procureDate;
+        this.isset_procureDate = true;
+    }
+
+    @JsonIgnore
+    public boolean isEmptyProcureDate() {
+        return this.procureDate == null;
+    }
+
     /**
      * 閲嶅啓 toString() 鏂规硶
      */
@@ -245,13 +479,26 @@
                 .append("counts=").append(this.counts)
                 .append("depFormLendingGoodsId=").append(this.depFormLendingGoodsId)
                 .append("depFormLendingId=").append(this.depFormLendingId)
-                .append("depGoodsDetailsId=").append(this.depGoodsDetailsId)
-                .append("goodsUserPhone=").append(this.goodsUserPhone)
-                .append("goodsUserName=").append(this.goodsUserName)
+                .append("whGoodsDetailsId=").append(this.whGoodsDetailsId)
+                .append("usingGoodsHisId=").append(this.usingGoodsHisId)
                 .append("nowUserPhone=").append(this.nowUserPhone)
                 .append("nowUserName=").append(this.nowUserName)
                 .append("beiz=").append(this.beiz)
                 .append("whGoodsId=").append(this.whGoodsId)
+                .append("usingCount=").append(this.usingCount)
+                .append("warehouseId=").append(this.warehouseId)
+                .append("warehouseName=").append(this.warehouseName)
+                .append("agencyId=").append(this.agencyId)
+                .append("agencyName=").append(this.agencyName)
+                .append("departmentId=").append(this.departmentId)
+                .append("departmentName=").append(this.departmentName)
+                .append("baseGoodsTemplateId=").append(this.baseGoodsTemplateId)
+                .append("baseGoodsTemplateName=").append(this.baseGoodsTemplateName)
+                .append("unit=").append(this.unit)
+                .append("baseGoodsModelsId=").append(this.baseGoodsModelsId)
+                .append("baseGoodsModelsName=").append(this.baseGoodsModelsName)
+                .append("price=").append(this.price)
+                .append("procureDate=").append(this.procureDate)
                 .toString();
     }
 
@@ -278,14 +525,11 @@
         if (this.isset_depFormLendingId) {
             dep_form_lending_model.setDepFormLendingId(this.getDepFormLendingId());
         }
-        if (this.isset_depGoodsDetailsId) {
-            dep_form_lending_model.setDepGoodsDetailsId(this.getDepGoodsDetailsId());
+        if (this.isset_whGoodsDetailsId) {
+            dep_form_lending_model.setWhGoodsDetailsId(this.getWhGoodsDetailsId());
         }
-        if (this.isset_goodsUserPhone) {
-            dep_form_lending_model.setGoodsUserPhone(this.getGoodsUserPhone());
-        }
-        if (this.isset_goodsUserName) {
-            dep_form_lending_model.setGoodsUserName(this.getGoodsUserName());
+        if (this.isset_usingGoodsHisId) {
+            dep_form_lending_model.setUsingGoodsHisId(this.getUsingGoodsHisId());
         }
         if (this.isset_nowUserPhone) {
             dep_form_lending_model.setNowUserPhone(this.getNowUserPhone());
@@ -299,6 +543,48 @@
         if (this.isset_whGoodsId) {
             dep_form_lending_model.setWhGoodsId(this.getWhGoodsId());
         }
+        if (this.isset_usingCount) {
+            dep_form_lending_model.setUsingCount(this.getUsingCount());
+        }
+        if (this.isset_warehouseId) {
+            dep_form_lending_model.setWarehouseId(this.getWarehouseId());
+        }
+        if (this.isset_warehouseName) {
+            dep_form_lending_model.setWarehouseName(this.getWarehouseName());
+        }
+        if (this.isset_agencyId) {
+            dep_form_lending_model.setAgencyId(this.getAgencyId());
+        }
+        if (this.isset_agencyName) {
+            dep_form_lending_model.setAgencyName(this.getAgencyName());
+        }
+        if (this.isset_departmentId) {
+            dep_form_lending_model.setDepartmentId(this.getDepartmentId());
+        }
+        if (this.isset_departmentName) {
+            dep_form_lending_model.setDepartmentName(this.getDepartmentName());
+        }
+        if (this.isset_baseGoodsTemplateId) {
+            dep_form_lending_model.setBaseGoodsTemplateId(this.getBaseGoodsTemplateId());
+        }
+        if (this.isset_baseGoodsTemplateName) {
+            dep_form_lending_model.setBaseGoodsTemplateName(this.getBaseGoodsTemplateName());
+        }
+        if (this.isset_unit) {
+            dep_form_lending_model.setUnit(this.getUnit());
+        }
+        if (this.isset_baseGoodsModelsId) {
+            dep_form_lending_model.setBaseGoodsModelsId(this.getBaseGoodsModelsId());
+        }
+        if (this.isset_baseGoodsModelsName) {
+            dep_form_lending_model.setBaseGoodsModelsName(this.getBaseGoodsModelsName());
+        }
+        if (this.isset_price) {
+            dep_form_lending_model.setPrice(this.getPrice());
+        }
+        if (this.isset_procureDate) {
+            dep_form_lending_model.setProcureDate(this.getProcureDate());
+        }
         return dep_form_lending_model;
     }
 }

--
Gitblit v1.9.1