From 6b8cc277862191ae5d4a7c4ba4c2998a187b03d9 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 25 十二月 2024 11:08:47 +0800 Subject: [PATCH] 添加字段 --- 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