From d69f9a06fb73f9d5efea882a684d217f12e34a4f Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期三, 02 八月 2023 14:22:06 +0800
Subject: [PATCH] 创建省市县实体类+site的mapper实体映射修复

---
 cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreLonLatList.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreLonLatList.java b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreLonLatList.java
index 38646da..5fc4739 100644
--- a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreLonLatList.java
+++ b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreLonLatList.java
@@ -15,5 +15,8 @@
     @ApiModelProperty(value = "纬度")
     String latitude;
 
+    @ApiModelProperty(value = "门店标题")
+    String title;
+
 
 }

--
Gitblit v1.7.1