From 940f06f6d8e5508f39bd7f8ce7791d60bfc0686c Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 07 十一月 2023 14:11:21 +0800 Subject: [PATCH] Changes --- mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 1 deletions(-) diff --git a/mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java b/mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java index 78e96d8..3b85722 100644 --- a/mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java +++ b/mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java @@ -1,7 +1,6 @@ package com.chinaztt.mes.technology.excel; import com.alibaba.excel.annotation.ExcelProperty; -import jdk.nashorn.internal.objects.annotations.Property; import lombok.Data; /** @@ -11,6 +10,51 @@ @Data public class StructureData { + @ExcelProperty(value = "瀹㈡埛") + private String custom; + + @ExcelProperty(value = "闆朵欢鍙�") + private String partNo; + + @ExcelProperty(value = "闆朵欢鍚嶇О") + private String partName; + + @ExcelProperty(value = "瀛愪欢缂栧彿") + private String sonPartNo; + + @ExcelProperty(value = "瀛愪欢鍚嶇О锛堝彲澶氬~锛�") + private String sonPartName; + + @ExcelProperty(value = "妯″叿缂栧彿") + private String sharpenerNo; + + @ExcelProperty(value = "姣忔ā绌存暟") + private String caveNum; + + @ExcelProperty(value = "浜у搧鍏嬮噸锛坘g锛�") + private String gramWeight; + + @ExcelProperty(value = "娴囧彛鍏嬮噸锛坘g锛�") + private String gateGramWeight; + + @ExcelProperty(value = "鎴愬瀷鍛ㄦ湡锛圫锛�") + private String moldingCycle; + + @ExcelProperty(value = "鏈哄彴锛堝惃锛�") + private String machine; + + @ExcelProperty(value = "鍥炴枡姣斾緥锛�%锛�") + private String scale; + + @ExcelProperty(value= "鐑樻枡鏃堕棿锛圚锛�") + private String dryingTime; + + @ExcelProperty(value = "鐑樻枡娓╁害锛堚剝锛�") + private String dryingTemperature; + + @ExcelProperty(value = "鍖呰淇℃伅") + private String packingInfo; + @ExcelProperty(value = "鐖朵欢") private String fatherPartNo; -- Gitblit v1.9.3