From c56c06f152b70d7e39b9366ca340f67d21e73113 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 31 Oct 2022 11:35:07 +0800 Subject: [PATCH] 20220902 --- src/main/java/cc/mrbird/febs/mall/vo/ShopListVo.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/vo/ShopListVo.java b/src/main/java/cc/mrbird/febs/mall/vo/ShopListVo.java index d00ee38..ef93e52 100644 --- a/src/main/java/cc/mrbird/febs/mall/vo/ShopListVo.java +++ b/src/main/java/cc/mrbird/febs/mall/vo/ShopListVo.java @@ -14,6 +14,8 @@ @ApiModel(value = "ShopListVo", description = "商铺列表返回参数类") public class ShopListVo { + private Long id; + @ApiModelProperty(value = "经营场地") private String saleArea; -- Gitblit v1.9.1