| @@ -30,7 +30,7 @@ public class WxCouponPasswordVo extends TenantEntity { | |||||
| @Excel(name = "卡密", width = 20, orderNum = "3", prefix = "") | @Excel(name = "卡密", width = 20, orderNum = "3", prefix = "") | ||||
| @io.swagger.annotations.ApiModelProperty(value = "卡密", name = "couponPassword") | @io.swagger.annotations.ApiModelProperty(value = "卡密", name = "couponPassword") | ||||
| private String couponPassword; | private String couponPassword; | ||||
| @Excel(name = "卡密面额(分)", width = 20, orderNum = "4", prefix = "") | |||||
| @Excel(name = "卡密面额(分)", width = 20, orderNum = "4") | |||||
| @io.swagger.annotations.ApiModelProperty(value = "卡密面额", name = "couponPasswordPrice") | @io.swagger.annotations.ApiModelProperty(value = "卡密面额", name = "couponPasswordPrice") | ||||
| private Integer couponPasswordPrice; | private Integer couponPasswordPrice; | ||||
| @Excel(name = "创建时间", width = 20, exportFormat = "yyyy-MM-dd HH:mm:ss", orderNum = "5") | @Excel(name = "创建时间", width = 20, exportFormat = "yyyy-MM-dd HH:mm:ss", orderNum = "5") | ||||
| @@ -57,10 +57,10 @@ public class WxCouponPasswordVo extends TenantEntity { | |||||
| @Excel(name = "电子卡卡号", width = 20, orderNum = "12", prefix = "`") | @Excel(name = "电子卡卡号", width = 20, orderNum = "12", prefix = "`") | ||||
| @io.swagger.annotations.ApiModelProperty(value = "电子卡卡号", name = "cardId") | @io.swagger.annotations.ApiModelProperty(value = "电子卡卡号", name = "cardId") | ||||
| private Long cardId; | private Long cardId; | ||||
| @Excel(name = "面额(元)", width = 20, orderNum = "13", prefix = "") | |||||
| @Excel(name = "面额(元)", width = 20, orderNum = "13") | |||||
| @io.swagger.annotations.ApiModelProperty(value = "面额(元)", name = "price") | @io.swagger.annotations.ApiModelProperty(value = "面额(元)", name = "price") | ||||
| private Double price; | private Double price; | ||||
| @Excel(name = "余额(元)", width = 20, orderNum = "14", prefix = "") | |||||
| @Excel(name = "余额(元)", width = 20, orderNum = "14") | |||||
| @io.swagger.annotations.ApiModelProperty(value = "余额(元)", name = "remainPrice") | @io.swagger.annotations.ApiModelProperty(value = "余额(元)", name = "remainPrice") | ||||
| private Double remainPrice; | private Double remainPrice; | ||||
| @Excel(name = "电子卡状态", width = 20, orderNum = "15",replace = {"正常_0", "已禁用_1"}, prefix = "") | @Excel(name = "电子卡状态", width = 20, orderNum = "15",replace = {"正常_0", "已禁用_1"}, prefix = "") | ||||