1.
phpcjl
2024-12-06 3c12537ca918b1e388a229e90b3857823350f1b7
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;
}