标签组新增标签组名不可重复

This commit is contained in:
feng.li
2023-08-10 16:21:33 +08:00
parent f84e9e6e27
commit 3c4909b8a5
6 changed files with 34 additions and 7 deletions

View File

@@ -88,7 +88,8 @@ public enum ErrorCodeEnum {
OUTBOUND_NUMBER_EXIST(110001, "手机号已存在!", null),
LABEL_GROUP_IN_USE(120001, "请勿删除仍在使用的标签组!", null);
LABEL_GROUP_IN_USE(120001, "该标签组下存在标签不可删除请确保该标签组下标签数量为0后再进行删除", null),
LABEL_GROUP_EXIST(120002, "该标签组已存在,请重新输入", null),
;