From 2aebdcfb7fc35a6c7aed4273f3a39cf7166f0564 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 20 四月 2026 17:57:32 +0800
Subject: [PATCH] fix(home): 提高金额显示的精度至三位小数

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

diff --git a/src/main/java/com/ruoyi/basic/pojo/CustomerPrivate.java b/src/main/java/com/ruoyi/basic/pojo/CustomerPrivate.java
index 85f49a5..4a87f53 100644
--- a/src/main/java/com/ruoyi/basic/pojo/CustomerPrivate.java
+++ b/src/main/java/com/ruoyi/basic/pojo/CustomerPrivate.java
@@ -88,6 +88,28 @@
     @Excel(name = "瀹㈡埛鍒嗙被")
     private String customerType;
 
+
+    @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;
+
+
     @ApiModelProperty("鍒涘缓浜篒D")
     @TableField(fill = FieldFill.INSERT)
     private Long createUser;

--
Gitblit v1.9.3