|
@@ -14,16 +14,16 @@ public interface DictTypeConstants {
|
|
|
|
|
|
String USER_SEX = "system_user_sex"; // 用户性别
|
|
|
|
|
|
- String OPERATE_TYPE = "sys_operate_type"; // 操作类型
|
|
|
+ String OPERATE_TYPE = "system_operate_type"; // 操作类型
|
|
|
|
|
|
- String LOGIN_TYPE = "sys_login_type"; // 登录日志的类型
|
|
|
- String LOGIN_RESULT = "sys_login_result"; // 登录结果
|
|
|
+ String LOGIN_TYPE = "system_login_type"; // 登录日志的类型
|
|
|
+ String LOGIN_RESULT = "system_login_result"; // 登录结果
|
|
|
|
|
|
String ERROR_CODE_TYPE = "system_error_code_type"; // 错误码的类型枚举
|
|
|
|
|
|
- String SMS_CHANNEL_CODE = "sys_sms_channel_code"; // 短信渠道编码
|
|
|
- String SMS_TEMPLATE_TYPE = "sys_sms_template_type"; // 短信模板类型
|
|
|
- String SMS_SEND_STATUS = "sys_sms_send_status"; // 短信发送状态
|
|
|
- String SMS_RECEIVE_STATUS = "sys_sms_receive_status"; // 短信接收状态
|
|
|
+ String SMS_CHANNEL_CODE = "system_sms_channel_code"; // 短信渠道编码
|
|
|
+ String SMS_TEMPLATE_TYPE = "system_sms_template_type"; // 短信模板类型
|
|
|
+ String SMS_SEND_STATUS = "system_sms_send_status"; // 短信发送状态
|
|
|
+ String SMS_RECEIVE_STATUS = "system_sms_receive_status"; // 短信接收状态
|
|
|
|
|
|
}
|