秒杀时段相关

This commit is contained in:
halfninety
2022-11-20 16:53:57 +08:00
parent ea2a57f0a0
commit cd62c4d220
22 changed files with 1119 additions and 1 deletions

View File

@ -47,5 +47,5 @@ public interface ErrorCodeConstants {
// ========== 秒杀活动 1003008000 ==========
ErrorCode SECKILL_ACTIVITY_NOT_EXISTS = new ErrorCode(1003008000, "秒杀活动不存在");
ErrorCode SECKILL_TIME_NOT_EXISTS = new ErrorCode(1003008001, "秒杀时段不存在");
}