From d51a8cfa10c34d9c1e7d6b4726d31e75ecee5dc6 Mon Sep 17 00:00:00 2001
From: phpcjl <phpcjl@gmail.com>
Date: 星期五, 20 十二月 2024 18:32:03 +0800
Subject: [PATCH] 1

---
 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