送优惠券时,只有指定vip才可以送

This commit is contained in:
wyn
2026-06-23 15:41:07 +08:00
parent 60e507b750
commit eef9e7ff69
2 changed files with 28 additions and 3 deletions

View File

@@ -62,6 +62,9 @@ public class CouponEntity {
//使用门槛
private Integer useLevel;
//限定VIP类型逗号分隔如1,11,5,51用户开通其中任意VIP可现金券直接换积分
private String userVipIds;
private Date createTime;
@TableLogic