|
|
@@ -223,6 +223,9 @@ public class WxCoupon extends TenantEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value="卷包内容",name="giftList") |
|
|
@io.swagger.annotations.ApiModelProperty(value="卷包内容",name="giftList") |
|
|
private String giftList; |
|
|
private String giftList; |
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
|
|
private List<WxCoupon> giftCouponList; |
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
@SortColumn(column = "press_count") |
|
|
@SortColumn(column = "press_count") |
|
|
private Integer pressSendCount; |
|
|
private Integer pressSendCount; |
|
|
|