diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponPasswordVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponPasswordVo.java index 9fb35d873..c9a45a477 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponPasswordVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponPasswordVo.java @@ -30,7 +30,7 @@ public class WxCouponPasswordVo extends TenantEntity { @Excel(name = "卡密", width = 20, orderNum = "3", prefix = "") @io.swagger.annotations.ApiModelProperty(value = "卡密", name = "couponPassword") private String couponPassword; - @Excel(name = "卡密面额(分)", width = 20, orderNum = "4", prefix = "") + @Excel(name = "卡密面额(分)", width = 20, orderNum = "4") @io.swagger.annotations.ApiModelProperty(value = "卡密面额", name = "couponPasswordPrice") private Integer couponPasswordPrice; @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 = "`") @io.swagger.annotations.ApiModelProperty(value = "电子卡卡号", name = "cardId") private Long cardId; - @Excel(name = "面额(元)", width = 20, orderNum = "13", prefix = "") + @Excel(name = "面额(元)", width = 20, orderNum = "13") @io.swagger.annotations.ApiModelProperty(value = "面额(元)", name = "price") private Double price; - @Excel(name = "余额(元)", width = 20, orderNum = "14", prefix = "") + @Excel(name = "余额(元)", width = 20, orderNum = "14") @io.swagger.annotations.ApiModelProperty(value = "余额(元)", name = "remainPrice") private Double remainPrice; @Excel(name = "电子卡状态", width = 20, orderNum = "15",replace = {"正常_0", "已禁用_1"}, prefix = "")