|
|
|
@@ -27,6 +27,8 @@ public class WxCouponPasswordVo extends TenantEntity { |
|
|
|
protected Long id; |
|
|
|
@Excel(name = "卡名称", width = 20, orderNum = "2", prefix = "") |
|
|
|
protected String couponTitile; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="是否可以充值",name="isRecharge") |
|
|
|
private Integer isRecharge; |
|
|
|
@Excel(name = "卡密", width = 20, orderNum = "3", prefix = "") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "卡密", name = "couponPassword") |
|
|
|
private String couponPassword; |
|
|
|
|