From 17eb62f9d9cb2706296ea35f241dd8aafbebd6f2 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期日, 12 十一月 2023 05:17:08 +0800 Subject: [PATCH] Changes11 --- mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java | 44 ++++++-------------------------------------- 1 files changed, 6 insertions(+), 38 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 3b85722..8999bad 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 @@ -25,6 +25,12 @@ @ExcelProperty(value = "瀛愪欢鍚嶇О锛堝彲澶氬~锛�") private String sonPartName; + @ExcelProperty(value = "娑堣�楀伐搴�") + private String operationName; + + @ExcelProperty(value = "鏁伴噺") + private String totalNUm; + @ExcelProperty(value = "妯″叿缂栧彿") private String sharpenerNo; @@ -55,45 +61,7 @@ @ExcelProperty(value = "鍖呰淇℃伅") private String packingInfo; - @ExcelProperty(value = "鐖朵欢") - private String fatherPartNo; - @ExcelProperty(value = "绯荤粺鎻忚堪") - private String remark; - @ExcelProperty(value = "鐗堟湰") - private String fatherVersion; - @ExcelProperty(value = "缁撴瀯绫诲瀷") - private String structureType; - - @ExcelProperty(value = "鏇夸唬") - private String alternativeNo; - - @ExcelProperty(value = "鏇夸唬鎻忚堪") - private String alternativeDesc; - - @ExcelProperty(value = "琛岄」鍙�") - private String lineItemNo; - - @ExcelProperty(value = "瀛愪欢") - private String childPartNo; - - @ExcelProperty(value = "瀛愪欢鐗堟湰") - private String childVersion; - - @ExcelProperty(value = "瀛愪欢鎻忚堪") - private String childRemark; - - @ExcelProperty(value = "鍗曚綅鏁伴噺") - private String qpa; - - @ExcelProperty(value = "鍗曚綅") - private String unit; - - @ExcelProperty(value = "鐩樻暟") - private String diskNum; - - @ExcelProperty(value = "娑堣�楀伐搴�") - private String operationName; } -- Gitblit v1.9.3