From 044aff7d85f7a9e1dfc41c4ebdd9e24882ac4089 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 08 十二月 2023 20:19:29 +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