From 1364b5595d2d9d0cfe0bb5c1f0eb825679b7561a Mon Sep 17 00:00:00 2001 From: phpcjl <phpcjl@gmail.com> Date: 星期一, 25 十一月 2024 18:37:01 +0800 Subject: [PATCH] 1.完善swagger配置配置信息 2.shop实体类添加字段:1.封面图 2.详情图 3.添加购物车实体类、mapper、service、controller --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java | 8 -------- 1 files changed, 0 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 b44742a..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 @@ -154,14 +154,6 @@ @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") @TableLogic -- Gitblit v1.7.1