会员:

1.增加会员标签功能
This commit is contained in:
owen
2023-08-18 18:52:27 +08:00
parent a4e2cacc46
commit 9b6e2114c7
18 changed files with 764 additions and 0 deletions

View File

@ -34,4 +34,9 @@ public interface ErrorCodeConstants {
ErrorCode SIGN_IN_RECORD_NOT_EXISTS = new ErrorCode(1004005006, "用户签到积分不存在");
//========== 会员标签 1004006000 ==========
ErrorCode TAG_NOT_EXISTS = new ErrorCode(1004006000, "会员标签不存在");
ErrorCode TAG_NAME_EXISTS = new ErrorCode(1004006001, "会员标签已经存在");
}