充值记录统计

This commit is contained in:
seesaw
2024-12-04 15:15:16 +08:00
parent efcfb3ec34
commit 37ea133cc9
18 changed files with 587 additions and 2 deletions

View File

@ -160,5 +160,7 @@ public interface ErrorCodeConstants {
ErrorCode CAROUSEL_NOT_EXISTS = new ErrorCode(1_004_025_00, "小程序轮播图不存在");
ErrorCode TIME_NOT_SATISFY = new ErrorCode(1_004_026_00, "27号后不能充值");
ErrorCode GROUP_COUNT_NOT_EXISTS = new ErrorCode(1_004_027_00, "用户分组充值统计不存在");
}