feat:mall promotion CombinationProduct

This commit is contained in:
puhui999
2023-07-04 11:21:03 +08:00
parent c563051841
commit 41d996f7f3
29 changed files with 561 additions and 166 deletions

View File

@ -61,4 +61,5 @@ public interface ErrorCodeConstants {
// ========== 拼团活动 1013010000 ==========
ErrorCode COMBINATION_ACTIVITY_NOT_EXISTS = new ErrorCode(1013010000, "拼团活动不存在");
ErrorCode COMBINATION_ACTIVITY_SPU_CONFLICTS = new ErrorCode(1013010000, "存在商品参加了其它拼团活动");
}