From 7f9b0401e7c54a3afb6c719982845fdea61f0959 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 12 六月 2024 13:49:05 +0800
Subject: [PATCH] #

---
 zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/MatExcel.java |   70 ++++++++++++++++++++++++++++++++++-
 1 files changed, 68 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/MatExcel.java b/zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/MatExcel.java
index 5312561..20700d6 100644
--- a/zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/MatExcel.java
+++ b/zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/MatExcel.java
@@ -2,7 +2,8 @@
 
 import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
 import com.alibaba.excel.annotation.ExcelProperty;
-import com.zy.asrs.common.wms.entity.ManMat;
+import com.zy.asrs.common.wms.entity.Mat;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 /**
@@ -12,7 +13,7 @@
  */
 @Data
 @ExcelIgnoreUnannotated
-public class MatExcel extends ManMat {
+public class MatExcel extends Mat {
 
     @ExcelProperty(index = 0, value = "涓�绾у垎绫�")
     private String priClass;
@@ -20,4 +21,69 @@
     @ExcelProperty(index = 1, value = "浜岀骇鍒嗙被")
     private String secClass;
 
+    @ExcelProperty(index = 2, value = "鍟嗗搧缂栧彿")
+    private String matnr;
+
+    @ExcelProperty(index = 3, value = "鍟嗗搧鍚嶇О")
+    private String maktx;
+
+    @ExcelProperty(index = 4, value = "涓昏浠撳簱")
+    private String mainHost;
+    @ExcelProperty(index = 5, value = "涓昏鏉ユ簮")
+    private String mainSource;
+    @ExcelProperty(index = 6, value = "鏉$爜")
+    private String barcode;
+    @ExcelProperty(index = 7, value = "寰幆鐩樼偣鐮�")
+    private String cyclePickCode;
+    @ExcelProperty(index = 8, value = "瀛樻斁浣嶇疆")
+    private String locationStock;
+    @ExcelProperty(index = 9, value = "鏉愯川")
+    private String material;
+    @ExcelProperty(index = 10, value = "鏈哄瀷")
+    private String model;
+    @ExcelProperty(index = 11, value = "鍒朵护")
+    private String decrees;
+    @ExcelProperty(index = 12, value = "閲嶉噺")
+    private String weight;
+    @ExcelProperty(index = 13, value = "鍥惧彿")
+    private String imgNum;
+    @ExcelProperty(index = 14, value = "閲囪喘鍗曚綅")
+    private String purchasingUnits;
+    @ExcelProperty(index = 15, value = "宸ヨ壓缂栧彿")
+    private String processNumber;
+    @ExcelProperty(index = 16, value = "鎸囧畾bom")
+    private String bom;
+    @ExcelProperty(index = 17, value = "瀹夊叏瀛橀噺")
+    private String safeNum;
+    @ExcelProperty(index = 18, value = "鏈�浣庤ˉ閲�")
+    private String miniCount;
+    @ExcelProperty(index = 19, value = "琛ヨ揣鍊嶉噺")
+    private String replenishmentNum;
+    @ExcelProperty(index = 20, value = "鑷畾涔�1")
+    private String tmp1;
+    @ExcelProperty(index = 21, value = "鑷畾涔�2")
+    private String tmp2;
+    @ExcelProperty(index = 22, value = "鑷畾涔�3")
+    private String tmp3;
+    @ExcelProperty(index = 23, value = "鎸夐渶姹傝ˉ璐�")
+    private String restockDemand;
+    @ExcelProperty(index = 24, value = "澶辨晥")
+    private String lapse;
+    @ExcelProperty(index = 25, value = "蹇嵎鐮�")
+    private String shortcuts;
+    @ExcelProperty(index = 26, value = "璁¢噺鍗曚綅")
+    private String units;
+    @ExcelProperty(index = 27, value = "闀垮害")
+    private String length;
+    @ExcelProperty(index = 28, value = "瀹藉害")
+    private String width;
+    @ExcelProperty(index = 29, value = "楂樺害")
+    private String height;
+    @ExcelProperty(index = 30, value = "浼氳鍒嗙被")
+    private String accountingClass;
+    @ExcelProperty(index = 31, value = "鎵瑰彿绠$悊")
+    private String batch;
+    @ExcelProperty(index = 32, value = "瀛樿揣鏍哥畻")
+    private String inventoryAccount;
+
 }

--
Gitblit v1.9.1