From abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:05:02 +0800
Subject: [PATCH] feat 功能修正
---
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java b/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java
index 76d5111..102cea4 100644
--- a/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java
+++ b/yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/customer/CrmCustomerDO.java
@@ -124,4 +124,21 @@
*/
private String remark;
+ /**
+ * 瀹㈡埛鍒嗙被锛堢數鍔汣RM鎵╁睍锛�
+ *
+ * 瀵瑰簲瀛楀吀 {@link DictTypeConstants#CRM_CUSTOMER_TYPE}
+ */
+ private String customerType;
+ /**
+ * 褰撳墠淇$敤绛夌骇锛堟渶鏂颁竴娆′俊鐢ㄨ瘎绾х殑绛夌骇锛岀敱淇$敤璇勭骇妯″潡鍐欏叆锛�
+ *
+ * 瀵瑰簲瀛楀吀 {@link DictTypeConstants#CRM_CREDIT_LEVEL}
+ */
+ private String creditLevel;
+ /**
+ * 褰撳墠淇$敤鍒�
+ */
+ private Integer creditScore;
+
}
--
Gitblit v1.9.3