From 5b37d2ae890b515598f704b3ddf974e67ba11593 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 24 四月 2026 11:24:39 +0800
Subject: [PATCH] refactor(stock): 添加final修饰符优化StockInRecordController
---
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