Revert "优惠卷范围修改,添加商品选项"

This reverts commit 7f5bfff7
This commit is contained in:
wuchunlei
2024-11-28 14:43:45 +08:00
parent 7f5bfff74c
commit 9da7a8535b
2 changed files with 29 additions and 39 deletions

View File

@@ -20,10 +20,10 @@ public class CouponEntity {
//优惠券类型 0现金 1折扣
private Integer couponType;
//优惠卷范围 0无限制 1课程卷 2课程品类卷 3全部课程 4商品 5全部商品
//优惠卷范围 0无限制 1课程卷 2课程品类卷
private Integer couponRange;
//范围详情(课程卷是课程id,分割课程品类卷是课程分类根id商品id,分割)
//范围详情(课程卷是课程id,分割课程品类卷是课程分类根id)
private String rangeInfo;
//优惠券名称