This commit is contained in:
zt
2025-01-14 16:31:48 +08:00
parent f91c1444f9
commit 2091903f79
13 changed files with 530 additions and 3 deletions

View File

@ -170,5 +170,7 @@ public interface ErrorCodeConstants {
ErrorCode CONFIG_TYPE_NOT_EXISTS = new ErrorCode(1_004_029_00, "配置类型不存在");
ErrorCode MONEY_NOT_EXISTS = new ErrorCode(1_004_030_00, "金额不存在");
ErrorCode HOLIDAY_NOT_EXISTS = new ErrorCode(1_004_031_00, "假期不存在");
}