From a1454f4b28db363ca4c4a6ea182d3aab95dc9518 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 24 四月 2026 11:17:50 +0800
Subject: [PATCH] fix(sales): 修正新增销售订单下发生产计划

---
 src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java b/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java
index c06f542..e452a24 100644
--- a/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java
+++ b/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java
@@ -8,7 +8,7 @@
 import com.ruoyi.basic.pojo.CustomerFollowUp;
 import com.ruoyi.basic.pojo.CustomerPrivatePool;
 import com.ruoyi.framework.aspectj.lang.annotation.Excel;
-import io.swagger.annotations.ApiModelProperty;
+import io.swagger.v3.oas.annotations.media.Schema;
 import lombok.Data;
 import org.springframework.format.annotation.DateTimeFormat;
 
@@ -25,7 +25,7 @@
     private String customerName;
     /** 瀹㈡埛鍒嗙被锛氶浂鍞鎴凤紝杩涢攢鍟嗗鎴� */
 
-    @ApiModelProperty(value = "瀹㈡埛瑕乮d")
+    @Schema(description = "瀹㈡埛瑕乮d")
     private Long customerId;
 
     /**
@@ -95,26 +95,26 @@
     @TableField(fill = FieldFill.INSERT)
     private Long tenantId;
 
-    @ApiModelProperty(value = "閾惰鍩烘湰鎴�")
+    @Schema(description = "閾惰鍩烘湰鎴�")
     @Excel(name = "閾惰鍩烘湰鎴�")
     private String basicBankAccount;
 
-    @ApiModelProperty(value = "閾惰璐﹀彿")
+    @Schema(description = "閾惰璐﹀彿")
     @Excel(name = "閾惰璐﹀彿")
     private String bankAccount;
 
-    @ApiModelProperty(value = "寮�鎴疯鍙�")
+    @Schema(description = "寮�鎴疯鍙�")
     @Excel(name = "寮�鎴疯鍙�")
     private String bankCode;
-    @ApiModelProperty(value = "鍒涘缓鐢ㄦ埛")
+    @Schema(description = "鍒涘缓鐢ㄦ埛")
     @TableField(fill = FieldFill.INSERT)
     private Integer createUser;
 
 
-    @ApiModelProperty(value = "璺熻繘璁板綍")
+    @Schema(description = "璺熻繘璁板綍")
     private List<CustomerFollowUpDto> followUpList;
 
-    @ApiModelProperty(value = "缁戝畾浜篿ds")
+    @Schema(description = "缁戝畾浜篿ds")
     private List< Long> boundIds;
 
     @Excel(isExport = false)

--
Gitblit v1.9.3