送优惠券时,只有指定vip才可以送
This commit is contained in:
@@ -62,6 +62,9 @@ public class CouponEntity {
|
||||
//使用门槛
|
||||
private Integer useLevel;
|
||||
|
||||
//限定VIP类型,逗号分隔,如1,11,5,51;用户开通其中任意VIP可现金券直接换积分
|
||||
private String userVipIds;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
|
||||
Reference in New Issue
Block a user