From a3daea7a022be8fde35b8c9af8aca7608f77624f Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 05 Jan 2023 15:22:05 +0800 Subject: [PATCH] 20221227 充值归集 --- 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