puzhibing
2024-03-25 0f7e97cd12c2a971d09e3d6ad9d2bad9800f4207
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/PointDetailsVo.java
@@ -8,7 +8,7 @@
import java.util.List;
@Data
public class   PointDetailsVo {
public class PointDetailsVo {
    @ApiModelProperty(value = "记录id")
    private Long detailsId;
@@ -59,5 +59,8 @@
    private Integer exchangeType;
    @ApiModelProperty(value = "1日卡 2月卡 3季卡 4年卡")
    private  Integer cardType;
    private Integer cardType;
    @ApiModelProperty(value = "使用范围")
    private Integer exchangeAddrType;
}