From a4a1dfdf28789ba6b649cc4b8a5d8e6025f52a0f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 10 四月 2026 16:53:22 +0800
Subject: [PATCH] fix:生产订单绑定工艺路线清空绑定的BOM结构

---
 src/main/java/com/ruoyi/productionPlan/dto/ProductionPlanImportDto.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/productionPlan/dto/ProductionPlanImportDto.java b/src/main/java/com/ruoyi/productionPlan/dto/ProductionPlanImportDto.java
index 91d7485..919adbc 100644
--- a/src/main/java/com/ruoyi/productionPlan/dto/ProductionPlanImportDto.java
+++ b/src/main/java/com/ruoyi/productionPlan/dto/ProductionPlanImportDto.java
@@ -60,21 +60,21 @@
      * 闀�
      */
     @ApiModelProperty("闀�")
-    @Excel(name = "闀�")
+    @Excel(name = "闀�(mm)")
     private Integer length;
 
     /**
      * 瀹�
      */
     @ApiModelProperty("瀹�")
-    @Excel(name = "瀹�")
+    @Excel(name = "瀹�(mm)")
     private Integer width;
 
     /**
      * 楂�
      */
     @ApiModelProperty("楂�")
-    @Excel(name = "楂�")
+    @Excel(name = "楂�(mm)")
     private Integer height;
 
     /**

--
Gitblit v1.9.3