From a974e06b567d93656dfb520e48a53f22f29b80b0 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 13 三月 2025 08:51:21 +0800
Subject: [PATCH] 修改流程卡界面缓存

---
 north-glass-erp/src/main/java/com/example/erp/entity/sd/Customer.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Customer.java b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Customer.java
index c632526..63ab466 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/sd/Customer.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/sd/Customer.java
@@ -5,6 +5,9 @@
 import com.baomidou.mybatisplus.annotation.TableId;
 import lombok.Data;
 
+import java.util.List;
+import java.util.Map;
+
 @Data
 public class Customer {
     @TableId(type = IdType.AUTO)
@@ -24,4 +27,11 @@
     private Integer salesmanId;
     @TableField(select = false,exist = false)
     private String salesman;
+    @TableField(select = false,exist = false)
+    private String contacts;
+    @TableField(select = false,exist = false)
+    private String contactNumber;
+
+    @TableField(select = false,exist = false)
+    private List<Map<String,Object>> projectList;
 }

--
Gitblit v1.8.0