From d9f1e1a3f50729de8594cd6e1278afa2f6ebf983 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 28 十一月 2023 20:34:21 +0800 Subject: [PATCH] 合并diamagnetic --- cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreOfCitycodeResp.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreOfCitycodeResp.java b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreOfCitycodeResp.java index 47f5bd9..84657be 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreOfCitycodeResp.java +++ b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreOfCitycodeResp.java @@ -14,7 +14,7 @@ private String cityCode; @ApiModelProperty(value = "纬度") - private String latitude; + private String latitude; @ApiModelProperty(value = "经度") private String longitude; -- Gitblit v1.7.1