From 0e192c3c48b374bcc0986942f857a77de58ec043 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期三, 04 十二月 2024 12:30:22 +0800
Subject: [PATCH] 修改启动异常

---
 ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 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 62d0f17..d9cba6a 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
@@ -50,6 +50,14 @@
     @TableField("end_time")
     private String endTime;
 
+    @ApiModelProperty(value = "封面图片")
+    @TableField("home_picture")
+    private String homePicture;
+
+    @ApiModelProperty(value = "详情图,多个逗号分隔")
+    @TableField("details_picture")
+    private String detailsPicture;
+
     @ApiModelProperty(value = "店长姓名")
     @TableField("shop_manager")
     private String shopManager;
@@ -145,14 +153,6 @@
     @ApiModelProperty(value = "单品自提订单数")
     @TableField("custom_order_number")
     private Integer customOrderNumber;
-
-    @ApiModelProperty(value = "总评分")
-    @TableField("score")
-    private Integer score;
-
-    @ApiModelProperty(value = "评分数量")
-    @TableField("score_number")
-    private Integer scoreNumber;
 
     @ApiModelProperty(value = "删除(0=否,1=是)")
     @TableField("del_flag")

--
Gitblit v1.7.1