From 60f70f7409ec1ece8905e088fb43e0cb0258a70b Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期四, 19 十二月 2024 10:10:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java |    7 -------
 1 files changed, 0 insertions(+), 7 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 365ee43..9b4068a 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,10 +110,6 @@
     @TableField("server_point")
     private Integer serverPoint;
 
-    @ApiModelProperty(value = "下级门店返佣积分")
-    @TableField("lower_level_rebate_points")
-    private Integer lowerLevelRebatePoints;
-
     @ApiModelProperty(value = "门店已用积分")
     @TableField("use_point")
     private Integer usePoint;
@@ -163,9 +159,6 @@
     @TableField("create_time")
     private LocalDateTime createTime;
 
-    @ApiModelProperty(value = "店长姓名")
-    @TableField(exist = false)
-    private String managerName;
 
 
 }

--
Gitblit v1.7.1