|
|
|
@@ -46,13 +46,16 @@ public class WxCouponPasswordVo extends TenantEntity { |
|
|
|
@Excel(name = "激活会员", width = 20, orderNum = "8", prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "激活会员", name = "userName") |
|
|
|
private String userName; |
|
|
|
@Excel(name = "面额(元)", width = 20, orderNum = "9", prefix = "`") |
|
|
|
@Excel(name = "电子卡卡号", width = 20, orderNum = "9", prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "电子卡卡号", name = "cardId") |
|
|
|
private Long cardId; |
|
|
|
@Excel(name = "面额(元)", width = 20, orderNum = "10", prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "面额(元)", name = "price") |
|
|
|
private Double price; |
|
|
|
@Excel(name = "余额(元)", width = 20, orderNum = "10", prefix = "`") |
|
|
|
@Excel(name = "余额(元)", width = 20, orderNum = "11", prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "余额(元)", name = "remainPrice") |
|
|
|
private Double remainPrice; |
|
|
|
@Excel(name = "激活卡状态", width = 20, orderNum = "11",replace = {"正常_0", "已禁用_1"}, prefix = "`") |
|
|
|
@Excel(name = "激活卡状态", width = 20, orderNum = "12",replace = {"正常_0", "已禁用_1"}, prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "激活卡状态EnumYesOrNo", name = "used") |
|
|
|
private Integer cardStatus; |
|
|
|
|
|
|
|
|