From cb1f20b8a7b9c10552e9861759cf9afd3c373cc6 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 13 三月 2024 15:51:09 +0800 Subject: [PATCH] 修改bug --- cloud-server-other/src/main/java/com/dsh/other/model/StoreDetailsVo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/model/StoreDetailsVo.java b/cloud-server-other/src/main/java/com/dsh/other/model/StoreDetailsVo.java index 4340c36..7bb6c1c 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/model/StoreDetailsVo.java +++ b/cloud-server-other/src/main/java/com/dsh/other/model/StoreDetailsVo.java @@ -35,7 +35,7 @@ @Data - public static class Site{ + public static class Site { @ApiModelProperty(value = "场地id") private Integer siteId; -- Gitblit v1.7.1