From c14c261181c9afb2e0d07c714e06c81a6417c8cd Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期四, 05 六月 2025 16:10:51 +0800
Subject: [PATCH] 对接mes物料信息

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

diff --git a/src/main/java/com/zy/asrs/entity/Mat.java b/src/main/java/com/zy/asrs/entity/Mat.java
index edeaf84..a6ab9a3 100644
--- a/src/main/java/com/zy/asrs/entity/Mat.java
+++ b/src/main/java/com/zy/asrs/entity/Mat.java
@@ -88,15 +88,15 @@
     /**
      * 鍨嬪彿
      */
-    @ApiModelProperty(value= "鍨嬪彿")
-    @ExcelProperty(value = "鍨嬪彿")
+    @ApiModelProperty(value= "鍒跺崟浜�")
+    @ExcelProperty(value = "鍒跺崟浜�")
     private String model;
 
     /**
      * 棰滆壊
      */
-    @ApiModelProperty(value= "棰滆壊")
-    @ExcelProperty(value = "棰滆壊")
+    @ApiModelProperty(value= "鐘舵��")
+    @ExcelProperty(value = "鐘舵��")
     private String color;
 
     /**
@@ -116,15 +116,15 @@
     /**
      * 鍗曚环
      */
-    @ApiModelProperty(value= "鍗曚环")
-    @ExcelProperty(value = "鍗曚环")
+    @ApiModelProperty(value= "鐢熶骇鏁伴噺")
+    @ExcelProperty(value = "鐢熶骇鏁伴噺")
     private Double price;
 
     /**
      * sku
      */
-    @ApiModelProperty(value= "sku")
-    @ExcelProperty(value = "sku")
+    @ApiModelProperty(value= "鐢熶骇鎵瑰彿")
+    @ExcelProperty(value = "鐢熶骇鎵瑰彿")
     private String sku;
 
     /**
@@ -144,15 +144,15 @@
     /**
      * 浜у湴
      */
-    @ApiModelProperty(value= "浜у湴")
-    @ExcelProperty(value = "浜у湴")
+    @ApiModelProperty(value= "鑳堕噺")
+    @ExcelProperty(value = "鑳堕噺")
     private String origin;
 
     /**
      * 鍘傚
      */
-    @ApiModelProperty(value= "鍘傚")
-    @ExcelProperty(value = "鍘傚")
+    @ApiModelProperty(value= "璐ㄩ噺鐘舵��")
+    @ExcelProperty(value = "璐ㄩ噺鐘舵��")
     private String manu;
 
     /**
@@ -307,6 +307,24 @@
     @ExcelProperty(value = "澶囨敞")
     private String memo;
 
+    /**
+     * 搴撳瓨棰勮鏁伴噺涓婇檺
+     */
+    @TableField("store_max")
+    private Double storeMax;
+
+    /**
+     * 搴撳瓨棰勮鏁伴噺涓嬮檺
+     */
+    @TableField("store_min")
+    private Double storeMin;
+
+    /**
+     * 搴撻緞棰勮涓婇檺
+     */
+    @TableField("store_max_date")
+    private Integer storeMaxDate;
+
     public Mat() {}
 
     public Mat(String uuid,Long tagId,String matnr,String maktx,String name,String specs,String model,String color,String brand,String unit,Double price,String sku,Double units,String barcode,String origin,String manu,String manuDate,String itemNum,Double safeQty,Double weight,Double length,Double volume,String threeCode,String supp,String suppCode,Integer beBatch,String deadTime,Integer deadWarn,Integer source,Integer inspect,Integer danger,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {

--
Gitblit v1.9.1