From 27b40d8451a39191dfbe4576415419ce2ed9cb2f Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期日, 27 四月 2025 18:28:03 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
index acb2845..ee49c83 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
@@ -41,9 +41,15 @@
     private String name;
 
     /**
+     * 鍒嗙粍缂栫爜
+     */
+    @ApiModelProperty("涓婄骇鍒嗙粍缂栫爜")
+    private String parCode;
+
+    /**
      * 鐗╂枡缂栫爜
      */
-    @ApiModelProperty(value= "鐗╂枡缂栫爜")
+    @ApiModelProperty(value= "鍒嗙粍缂栫爜")
     private String code;
 
     /**
@@ -196,4 +202,8 @@
         }
     }
 
+    public String getLabel(){
+        return this.name;
+    }
+
 }

--
Gitblit v1.9.1