|
|
|
@@ -59,7 +59,7 @@ public class WxCouponPasswordVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "余额(元)", name = "remainPrice") |
|
|
|
private Double remainPrice; |
|
|
|
@Excel(name = "电子卡状态", width = 20, orderNum = "13",replace = {"正常_0", "已禁用_1"}, prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "电子卡状态EnumYesOrNo", name = "used") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "电子卡状态EnumYesOrNo", name = "cardStatus") |
|
|
|
private Integer cardStatus; |
|
|
|
|
|
|
|
} |