From 8e4f20c7f78eadb1ff8af86c47dfde07aee38200 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 30 一月 2024 09:26:15 +0800 Subject: [PATCH] 11.27,9 --- 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