promotion:增加满减送活动的后端 20%

This commit is contained in:
YunaiV
2022-11-04 23:19:28 +08:00
parent 873b530652
commit 0e5b7734ac
16 changed files with 604 additions and 58 deletions

View File

@ -27,4 +27,7 @@ public interface ErrorCodeConstants {
ErrorCode COUPON_NOT_EXISTS = new ErrorCode(1003005000, "优惠劵不存在");
ErrorCode COUPON_DELETE_FAIL_USED = new ErrorCode(1003005001, "回收优惠劵失败,优惠劵已被使用");
// ========== 满减送活动 1003006000 ==========
ErrorCode REWARD_ACTIVITY_NOT_EXISTS = new ErrorCode(1003006000, "满减送活动不存在");
}