Merge branch 'zccTempMaster' into zcc

This commit is contained in:
wuchunlei
2024-11-28 15:18:29 +08:00
2 changed files with 39 additions and 29 deletions

View File

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