完善更进

This commit is contained in:
puhui999
2024-01-14 00:22:17 +08:00
parent eaa8e4be96
commit 73c459f360
11 changed files with 80 additions and 55 deletions

View File

@ -13,5 +13,6 @@ public interface DictTypeConstants {
String CRM_AUDIT_STATUS = "crm_audit_status"; // CRM 审批状态
String CRM_PRODUCT_UNIT = "crm_product_unit"; // CRM 产品单位
String CRM_PRODUCT_STATUS = "crm_product_status"; // CRM 产品状态
String CRM_FOLLOW_UP_TYPE = "crm_follow_up_type"; // 跟进方式
}