无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/PointDetailsVo.java
@@ -11,7 +11,7 @@
public class PointDetailsVo {
    @ApiModelProperty(value = "记录id")
    private Integer detailsId;
    private Long detailsId;
    @ApiModelProperty(value = "图片集")
    private List<String> pics;
@@ -19,7 +19,7 @@
    @ApiModelProperty(value = "商品名称")
    private String goodName;
    @ApiModelProperty(value = "适用状态(1已使用 2未使用)")
    @ApiModelProperty(value = "适用状态(1已使用 2未使用 3已过期)")
    private Integer useType;
    @ApiModelProperty(value = "有效期开始时间")
@@ -58,4 +58,9 @@
    @ApiModelProperty(value = "兑换方式(1=积分,2=积分+现金)")
    private Integer exchangeType;
    @ApiModelProperty(value = "1日卡 2月卡 3季卡 4年卡")
    private Integer cardType;
    @ApiModelProperty(value = "使用范围")
    private Integer exchangeAddrType;
}