From b9d80dfdb1cef36c9edb8bf6b2fdf9e6e1708d2b Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 26 五月 2025 16:18:24 +0800
Subject: [PATCH] 13

---
 src/main/java/com/zy/nc/entity/VGetBdMaterial.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/nc/entity/VGetBdMaterial.java b/src/main/java/com/zy/nc/entity/VGetBdMaterial.java
index 2729c56..ce3229c 100644
--- a/src/main/java/com/zy/nc/entity/VGetBdMaterial.java
+++ b/src/main/java/com/zy/nc/entity/VGetBdMaterial.java
@@ -224,6 +224,14 @@
      */
     private String sjflmc;
 
+    /**
+     * 
+     */
+    private Integer wmsFlag;
+    /**
+     *
+     */
+    private String wmsMemo;
     @Override
     public boolean equals(Object that) {
         if (this == that) {
@@ -277,7 +285,8 @@
             && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm()))
             && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc()))
             && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm()))
-            && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc()));
+            && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc()))
+            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()));
     }
 
     @Override
@@ -326,6 +335,7 @@
         result = prime * result + ((getZsjflmc() == null) ? 0 : getZsjflmc().hashCode());
         result = prime * result + ((getSjflbm() == null) ? 0 : getSjflbm().hashCode());
         result = prime * result + ((getSjflmc() == null) ? 0 : getSjflmc().hashCode());
+        result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
         return result;
     }
 
@@ -377,6 +387,7 @@
         sb.append(", zsjflmc=").append(zsjflmc);
         sb.append(", sjflbm=").append(sjflbm);
         sb.append(", sjflmc=").append(sjflmc);
+        sb.append(", wmsFlag=").append(wmsFlag);
         sb.append("]");
         return sb.toString();
     }

--
Gitblit v1.9.1