From 91e9c006a2ce431a5916b137974bd004622eb9fa Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期三, 09 四月 2025 20:15:45 +0800 Subject: [PATCH] 用户端代码调整测试 --- ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java b/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java index 20712d1..744ea19 100644 --- a/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java +++ b/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java @@ -14,21 +14,18 @@ @ApiModelProperty(value = "可消费积分") private Integer consumePoint; - @ApiModelProperty(value = "消费积分数") - private Integer shopPoint; + @ApiModelProperty(value = "充值积分") + private Integer rechargePoint; @ApiModelProperty(value = "取消订单积分") - private Integer sharePoint; - - @ApiModelProperty(value = "充值积分") - private Integer pullNewPoint; + private Integer cancelPoint; @ApiModelProperty(value = "兑换商品") - private Integer shopAchievementPoint; + private Integer expendPoint; @ApiModelProperty(value = "转增(转入)") - private Integer shopSharePoint; + private Integer transferableInPoint; @ApiModelProperty(value = "转增(转出)") - private Integer giftPoint; + private Integer transferableOutPoint; } -- Gitblit v1.7.1