From 34c755eb76b677201cadb2acb8ed5fff1f96dc27 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 23 Jan 2024 14:06:34 +0800 Subject: [PATCH] 发票 --- 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