超市订单统计

This commit is contained in:
seesaw
2024-10-31 14:06:35 +08:00
parent ac31e708ef
commit edcb776750
11 changed files with 696 additions and 1 deletions

View File

@ -120,5 +120,7 @@ public interface ErrorCodeConstants {
ErrorCode COMBO_NOT_EXISTS = new ErrorCode(1_004_015_001, "套餐不存在");
//========== 用户余额明细 1-004-016-000 =============
ErrorCode ORDER_SPACE_CAPSULE_NOT_EXISTS = new ErrorCode(1_004_016_001, "太空舱订单不存在");
ErrorCode STORE_BUSINESS_NOT_EXISTS = new ErrorCode(1_004_017_001, "超市营业统计不存在");
}