From f5fec3e27510969ee9f2fc89d2e1e2868d25f1f1 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 22 四月 2026 09:36:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New_pro' into dev_New_pro

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

diff --git a/src/main/java/com/ruoyi/production/dto/BomImportDto.java b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
new file mode 100644
index 0000000..a70f078
--- /dev/null
+++ b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
@@ -0,0 +1,30 @@
+package com.ruoyi.production.dto;
+
+import com.ruoyi.framework.aspectj.lang.annotation.Excel;
+import lombok.Data;
+
+import java.math.BigDecimal;
+
+@Data
+public class BomImportDto {
+    @Excel(name = "鐖朵骇鍝佸悕绉�")
+    private String parentName;
+
+    @Excel(name = "鐖朵骇鍝佽鏍�")
+    private String parentSpec;
+
+    @Excel(name = "瀛愪骇鍝佸悕绉�")
+    private String childName;
+
+    @Excel(name = "瀛愪骇鍝佽鏍�")
+    private String childSpec;
+
+    @Excel(name = "鍗曚綅鐢ㄩ噺")
+    private BigDecimal unitQty;
+
+    @Excel(name = "宸ュ簭")
+    private String process;
+
+    @Excel(name = "澶囨敞")
+    private String remark;
+}

--
Gitblit v1.9.3