秒杀活动,添加商品,分页查询

This commit is contained in:
halfninety
2022-11-19 14:25:36 +08:00
parent 7056d89b0c
commit 83ee1c6129
18 changed files with 862 additions and 0 deletions

View File

@ -45,4 +45,7 @@ public interface ErrorCodeConstants {
// ========== Price 相关 1003007000 ============
ErrorCode PRICE_CALCULATE_PAY_PRICE_ILLEGAL = new ErrorCode(1003007000, "支付价格计算异常,原因:价格小于等于 0");
// ========== 秒杀活动 1003008000 ==========
ErrorCode SECKILL_ACTIVITY_NOT_EXISTS = new ErrorCode(1003008000, "秒杀活动不存在");
}