From a497406167f500741ac6cc1d24e086589972eb49 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 19 三月 2026 18:03:54 +0800
Subject: [PATCH] fix: 工艺路线工序参数表取消绑定基础参数表

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

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

--
Gitblit v1.9.3