From 3c34085a21511610477f555cebf3f6fa42272402 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 07 十一月 2023 18:32:53 +0800
Subject: [PATCH] 产品结构导入数据

---
 mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java |   41 +++--------------------------------------
 1 files changed, 3 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..f359e3f 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,9 @@
 	@ExcelProperty(value = "瀛愪欢鍚嶇О锛堝彲澶氬~锛�")
 	private String sonPartName;
 
+	@ExcelProperty(value = "娑堣�楀伐搴�")
+	private String operationName;
+
 	@ExcelProperty(value = "妯″叿缂栧彿")
 	private String sharpenerNo;
 
@@ -55,45 +58,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