From bc116c55a44bc344e5575b5bdd4c2591bc0475aa Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 17 三月 2026 16:43:36 +0800
Subject: [PATCH] fix: BOM模块的导入、模板下载、新增、编辑修改

---
 src/main/java/com/ruoyi/production/dto/BomImportDto.java |   22 +++++-----------------
 1 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/dto/BomImportDto.java b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
index 0cea81a..e53fd4f 100644
--- a/src/main/java/com/ruoyi/production/dto/BomImportDto.java
+++ b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
@@ -8,23 +8,11 @@
 @Data
 public class BomImportDto {
 
-    @Excel(name = "鐖堕」浜у搧缂栧彿")
+    @Excel(name = "缂栧彿")
+    private String code;
+
+    @Excel(name = "鐖堕」缂栧彿")
     private String parentCode;
-
-    @Excel(name = "鐖堕」浜у搧鍚嶇О")
-    private String parentName;
-
-    @Excel(name = "鐖堕」浜у搧瑙勬牸")
-    private String parentSpec;
-
-    @Excel(name = "瀛愰」浜у搧缂栧彿")
-    private String childCode;
-
-    @Excel(name = "瀛愰」浜у搧鍚嶇О")
-    private String childName;
-
-    @Excel(name = "瀛愰」浜у搧瑙勬牸")
-    private String childSpec;
 
     @Excel(name = "鍗曚綅鐢ㄩ噺")
     private BigDecimal unitQty;
@@ -34,4 +22,4 @@
 
     @Excel(name = "澶囨敞")
     private String remark;
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3