This commit is contained in:
zt
2024-12-12 14:52:36 +08:00
parent 4232eefa0f
commit 7acf7c7b30
20 changed files with 928 additions and 2 deletions

View File

@ -164,5 +164,9 @@ public interface ErrorCodeConstants {
ErrorCode TIME_NOT_SATISFY = new ErrorCode(1_004_026_00, "27号后不能充值");
ErrorCode GROUP_COUNT_NOT_EXISTS = new ErrorCode(1_004_027_00, "用户分组充值统计不存在");
ErrorCode CONFIG_DATA_NOT_EXISTS = new ErrorCode(1_004_028_00, "配置数据不存在");
ErrorCode CONFIG_TYPE_NOT_EXISTS = new ErrorCode(1_004_029_00, "配置类型不存在");
}