From f01fba235d070d174609f4f66642368b1df1ab03 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 04 六月 2026 15:37:06 +0800
Subject: [PATCH] 销售台账新增后,对应的生产订单生产后,删除销售台账,此生产工单还存在

---
 src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 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..8a3570b 100644
--- a/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java
+++ b/src/main/java/com/ruoyi/basic/dto/CustomerPrivatePoolDto.java
@@ -121,4 +121,26 @@
     private List<Long> ids;
 
 
+    @ApiModelProperty(value = "娉曚汉")
+    @Excel(name = "娉曚汉")
+    @TableField(value = "corporation")
+    private String corporation;
+
+    @ApiModelProperty(value = "浼犵湡")
+    @Excel(name = "浼犵湡")
+    @TableField(value = "fax")
+    private String fax;
+
+    @ApiModelProperty(value = "寮�鎴疯")
+    @Excel(name = "寮�鎴疯")
+    @TableField(value = "bank_name")
+    private String bankName;
+
+    @ApiModelProperty(value = "浠g悊")
+    @Excel(name = "浠g悊")
+    @TableField(value = "agent")
+    private String agent;
+
+
+
 }

--
Gitblit v1.9.3