From 787601a6a35581f930c304cc5052a2ad4e716a16 Mon Sep 17 00:00:00 2001
From: 李天宇 <876263681@qq.com>
Date: 星期三, 16 十月 2024 00:27:10 +0800
Subject: [PATCH] #update 根据客户需求更改wms相关功能

---
 src/main/java/com/zy/asrs/entity/Mat.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/Mat.java b/src/main/java/com/zy/asrs/entity/Mat.java
index 2bf8276..71434c5 100644
--- a/src/main/java/com/zy/asrs/entity/Mat.java
+++ b/src/main/java/com/zy/asrs/entity/Mat.java
@@ -63,18 +63,18 @@
     private Long tagId;
 
     /**
-     * 鍟嗗搧缂栧彿
+     * 鐗╂枡鍙�
      */
-    @ApiModelProperty(value= "鍟嗗搧缂栧彿")
-    @ExcelProperty(value = "鍟嗗搧缂栫爜")
+    @ApiModelProperty(value= "鐗╂枡鍙�")
+    @ExcelProperty(value = "鐗╂枡鍙�")
     private String matnr;
 
 
     /**
-     * 鍟嗗搧鍚嶇О
+     * 鍝佸彿
      */
-    @ApiModelProperty(value= "鍟嗗搧鍚嶇О")
-    @ExcelProperty(value = "鍟嗗搧鍚嶇О")
+    @ApiModelProperty(value= "鍝佸彿")
+    @ExcelProperty(value = "鍝佸彿")
     private String maktx;
 
     /**
@@ -367,8 +367,8 @@
 //    Mat mat = new Mat(
 //            null,    // 缂栧彿
 //            null,    // 鎵�灞炲綊绫�
-//            null,    // 鍟嗗搧缂栧彿
-//            null,    // 鍟嗗搧鍚嶇О
+//            null,    // 鐗╂枡鍙�
+//            null,    // 鍝佸彿
 //            null,    // 鍒悕
 //            null,    // 瑙勬牸
 //            null,    // 鍨嬪彿

--
Gitblit v1.9.1