crm联系人review修改,新增地区字段

This commit is contained in:
zyna
2023-11-26 22:00:14 +08:00
parent f766474ff4
commit d2c6c285f7
19 changed files with 290 additions and 252 deletions

View File

@ -26,4 +26,6 @@ public interface DictTypeConstants {
String SMS_SEND_STATUS = "system_sms_send_status"; // 短信发送状态
String SMS_RECEIVE_STATUS = "system_sms_receive_status"; // 短信接收状态
String INFRA_BOOLEAN_STRING = "infra_boolean_string"; // boolean字典
}