接待卡,分组管理员

This commit is contained in:
seesaw
2024-12-03 14:24:55 +08:00
parent 4015e243da
commit 237b27dac2
15 changed files with 120 additions and 91 deletions

View File

@ -158,5 +158,7 @@ public interface ErrorCodeConstants {
ErrorCode BILLING_NOT_ORDER_REFUSE= new ErrorCode(1_004_024_00, "拒绝理由不能为空");
ErrorCode BILLING_NOT_ORDER_SECURITY= new ErrorCode(1_004_023_41, "没有权限给单位统一开票");
ErrorCode CAROUSEL_NOT_EXISTS = new ErrorCode(1_004_025_00, "小程序轮播图不存在");
ErrorCode TIME_NOT_SATISFY = new ErrorCode(1_004_026_00, "27号后不能充值");
}