From 1dd7045966f82add2346aee6db8c7035e7f54d97 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 26 十二月 2024 09:17:59 +0800 Subject: [PATCH] 修改bug --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java | 4 ---- 1 files changed, 0 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..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; -- Gitblit v1.7.1