cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/PointDetailsVo.java
@@ -8,10 +8,10 @@ import java.util.List; @Data public class PointDetailsVo { 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 = "有效期开始时间")