From e93aad02d2dd2a6e624e81ea0adb3611a8fc43e5 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期四, 26 十二月 2024 17:16:19 +0800
Subject: [PATCH] 合并代码

---
 ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
index 37a518d..a4d8e97 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
@@ -110,13 +110,13 @@
     @TableField("server_point")
     private Integer serverPoint;
 
-    @ApiModelProperty(value = "下级门店返佣积分")
-    @TableField("lower_level_rebate_points")
-    private Integer lowerLevelRebatePoints;
-
     @ApiModelProperty(value = "门店已用积分")
     @TableField("use_point")
     private Integer usePoint;
+    
+    @ApiModelProperty(value = "门店剩余积分")
+    @TableField("lave_point")
+    private Integer lavePoint;
 
     @ApiModelProperty(value = "门店分佣总金额")
     @TableField("giveaway_all_money")
@@ -141,6 +141,10 @@
     @ApiModelProperty(value = "已提现金额")
     @TableField("withdraw_money")
     private BigDecimal withdrawMoney;
+    
+    @ApiModelProperty(value = "余额")
+    @TableField("balance")
+    private BigDecimal balance;
 
     @ApiModelProperty(value = "门店订单总数")
     @TableField("order_number")

--
Gitblit v1.7.1