From 33032d320cb75854def7391026b0401f1bfb8360 Mon Sep 17 00:00:00 2001
From: 黎星凯 <13949086503@163.com>
Date: 星期六, 11 五月 2024 17:26:02 +0800
Subject: [PATCH] 20240511修改: 分发单优化, 分类,物品,分发单明细,采购单明细数据导入

---
 consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java
index b092290..23c89b5 100644
--- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java
+++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java
@@ -20,13 +20,13 @@
     protected boolean isset_id = false;
 
     // 灞炴�у垪琛�
-    private Long lWhGoodsRecordId = null;
+    private Long whGoodsRecordId = null;
     @JsonIgnore
-    protected boolean isset_lWhGoodsRecordId = false;
+    protected boolean isset_whGoodsRecordId = false;
 
-    private Long lWhGoodsId = null;
+    private Long whGoodsId = null;
     @JsonIgnore
-    protected boolean isset_lWhGoodsId = false;
+    protected boolean isset_whGoodsId = false;
 
     private Integer thisType = null;
     @JsonIgnore
@@ -67,32 +67,32 @@
         return this.id == null;
     }
 
-    public Long getLWhGoodsRecordId() {
-        return this.lWhGoodsRecordId;
+    public Long getWhGoodsRecordId() {
+        return this.whGoodsRecordId;
     }
 
-    public void setLWhGoodsRecordId(Long lWhGoodsRecordId) {
-        this.lWhGoodsRecordId = lWhGoodsRecordId;
-        this.isset_lWhGoodsRecordId = true;
+    public void setWhGoodsRecordId(Long whGoodsRecordId) {
+        this.whGoodsRecordId = whGoodsRecordId;
+        this.isset_whGoodsRecordId = true;
     }
 
     @JsonIgnore
-    public boolean isEmptyLWhGoodsRecordId() {
-        return this.lWhGoodsRecordId == null;
+    public boolean isEmptyWhGoodsRecordId() {
+        return this.whGoodsRecordId == null;
     }
 
-    public Long getLWhGoodsId() {
-        return this.lWhGoodsId;
+    public Long getWhGoodsId() {
+        return this.whGoodsId;
     }
 
-    public void setLWhGoodsId(Long lWhGoodsId) {
-        this.lWhGoodsId = lWhGoodsId;
-        this.isset_lWhGoodsId = true;
+    public void setWhGoodsId(Long whGoodsId) {
+        this.whGoodsId = whGoodsId;
+        this.isset_whGoodsId = true;
     }
 
     @JsonIgnore
-    public boolean isEmptyLWhGoodsId() {
-        return this.lWhGoodsId == null;
+    public boolean isEmptyWhGoodsId() {
+        return this.whGoodsId == null;
     }
 
     public Integer getThisType() {
@@ -116,8 +116,8 @@
     public String toString() {
         return new StringBuilder()
                 .append("id=").append(this.id)
-                .append("lWhGoodsRecordId=").append(this.lWhGoodsRecordId)
-                .append("lWhGoodsId=").append(this.lWhGoodsId)
+                .append("whGoodsRecordId=").append(this.whGoodsRecordId)
+                .append("whGoodsId=").append(this.whGoodsId)
                 .append("thisType=").append(this.thisType)
                 .toString();
     }
@@ -136,11 +136,11 @@
             l_wh_goods_record_details.setId(this.getId());
         }
         // 鏅�氬睘鎬�
-        if (this.isset_lWhGoodsRecordId) {
-            l_wh_goods_record_details.setLWhGoodsRecordId(this.getLWhGoodsRecordId());
+        if (this.isset_whGoodsRecordId) {
+            l_wh_goods_record_details.setWhGoodsRecordId(this.getWhGoodsRecordId());
         }
-        if (this.isset_lWhGoodsId) {
-            l_wh_goods_record_details.setLWhGoodsId(this.getLWhGoodsId());
+        if (this.isset_whGoodsId) {
+            l_wh_goods_record_details.setWhGoodsId(this.getWhGoodsId());
         }
         if (this.isset_thisType) {
             l_wh_goods_record_details.setThisType(this.getThisType());

--
Gitblit v1.9.1