Pu Zhibing
2025-04-22 fd7b8fb7c89832c28a838b0449bbb8a392433ee2
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;
}