xuhy
2025-01-15 c27c1f2beb4ca89a94eaa854fce6b4553db8f2f8
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java
@@ -11,6 +11,9 @@
    @ApiModelProperty(value = "总积分")
    private Integer totalPoint;
    @ApiModelProperty(value = "可消费积分")
    private Integer consumePoint;
    @ApiModelProperty(value = "消费积分数")
    private Integer shopPoint;
@@ -25,4 +28,7 @@
    @ApiModelProperty(value = "门店返佣积分")
    private Integer shopSharePoint;
    @ApiModelProperty(value = "是否可转赠积分")
    private Integer giftPoint;
}