From 7efe76bb1777685c82c6bef161e3abd5569ce1d1 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 23 四月 2026 19:09:00 +0800
Subject: [PATCH] feat(technology): 增加BOM复制功能
---
src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java b/src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java
index b7adae6..3f6ef76 100644
--- a/src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java
+++ b/src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java
@@ -31,6 +31,13 @@
private String productName;
/**
+ * 瀹㈡埛鍚嶇О
+ */
+ @Schema(description = "瀹㈡埛鍚嶇О")
+ @Excel(name = "瀹㈡埛鍚嶇О")
+ private String customerName;
+
+ /**
* 浜у搧瑙勬牸
*/
@Schema(description = "浜у搧瑙勬牸")
--
Gitblit v1.9.3