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 |   82 +++++++++++++++++++++++-----------------
 1 files changed, 47 insertions(+), 35 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..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
@@ -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,45 +10,58 @@
 @Data
 public class StructureData {
 
-	@ExcelProperty(value = "鐖朵欢")
-	private String fatherPartNo;
+	@ExcelProperty(value = "瀹㈡埛")
+	private String custom;
 
-	@ExcelProperty(value = "绯荤粺鎻忚堪")
-	private String remark;
+	@ExcelProperty(value = "闆朵欢鍙�")
+	private String partNo;
 
-	@ExcelProperty(value = "鐗堟湰")
-	private String fatherVersion;
+	@ExcelProperty(value = "闆朵欢鍚嶇О")
+	private String partName;
 
-	@ExcelProperty(value = "缁撴瀯绫诲瀷")
-	private String structureType;
+	@ExcelProperty(value = "瀛愪欢缂栧彿")
+	private String sonPartNo;
 
-	@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 sonPartName;
 
 	@ExcelProperty(value = "娑堣�楀伐搴�")
 	private String operationName;
+
+	@ExcelProperty(value = "鏁伴噺")
+	private String totalNUm;
+
+	@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;
+
+
+
+
 }

--
Gitblit v1.9.3