呼出号码管理增删改查

This commit is contained in:
feng.li
2023-08-09 18:45:16 +08:00
parent b86eaa7c52
commit fa86db7da7
12 changed files with 548 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ public enum ErrorCodeEnum {
INSPECTION_USER_OCCUPY(600002,"当前稽核人已经配置其他战区",null),
INSPECTION_INFO_NOT_EXIST(600005, "稽核信息不存在!", null),
OPEN_AREA_NULL(600006,"归属地区不能为空",null),
OUTBOUND_NUMBER_EXIST(110001, "手机号已存在!", null);
;