Banner模块 for review

This commit is contained in:
xiaxiaoYY
2022-05-31 16:08:10 +08:00
parent e31091c0df
commit 247d299cca
18 changed files with 852 additions and 50 deletions

View File

@ -12,4 +12,7 @@ public interface ErrorCodeConstants {
// ========== 促销活动相关 1003001000============
ErrorCode ACTIVITY_NOT_EXISTS = new ErrorCode(1003001000, "促销活动不存在");
// ========== banner相关 1003002000============
ErrorCode BANNER_NOT_EXISTS = new ErrorCode(1003002000, "Banner不存在");
}