From a3f68029372d566db4b852e0d1df72b7773c30c2 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 23 三月 2026 17:00:04 +0800
Subject: [PATCH] fix(production): 修正完成数量减少逻辑仅针对审核通过状态

---
 src/main/java/com/ruoyi/basic/pojo/Customer.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/basic/pojo/Customer.java b/src/main/java/com/ruoyi/basic/pojo/Customer.java
index 8a35b2b..2d91424 100644
--- a/src/main/java/com/ruoyi/basic/pojo/Customer.java
+++ b/src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -115,4 +115,24 @@
     @ApiModelProperty(value = "寮�鎴疯鍙�")
     @Excel(name = "寮�鎴疯鍙�")
     private String bankCode;
+
+    @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