From 17abf0608f62cdd318dba3e7b12a32ea486cb482 Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期一, 21 四月 2025 20:34:03 +0800
Subject: [PATCH] 导入导出,财务统计

---
 ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 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 b3bbe06..db71f30 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,21 @@
     @ApiModelProperty(value = "可消费积分")
     private Integer consumePoint;
 
-    @ApiModelProperty(value = "消费积分数")
-    private Integer shopPoint;
+    @ApiModelProperty(value = "充值积分")
+    private Integer rechargePoint;
 
-    @ApiModelProperty(value = "返佣积分数")
-    private Integer sharePoint;
+    @ApiModelProperty(value = "取消订单积分")
+    private Integer cancelPoint;
 
-    @ApiModelProperty(value = "拉新积分")
-    private Integer pullNewPoint;
+    @ApiModelProperty(value = "兑换商品")
+    private Integer expendPoint;
 
-    @ApiModelProperty(value = "门店业绩积分")
-    private Integer shopAchievementPoint;
+    @ApiModelProperty(value = "转增(转入)")
+    private Integer transferableInPoint;
 
-    @ApiModelProperty(value = "门店返佣积分")
-    private Integer shopSharePoint;
+    @ApiModelProperty(value = "转增(转出)")
+    private Integer transferableOutPoint;
 
-    @ApiModelProperty(value = "是否可转赠积分")
-    private Integer giftPoint;
+    @ApiModelProperty(value = "是否开启转增积分功能")
+    private Boolean isTransferable;
 }

--
Gitblit v1.7.1