From 846e51ef297b83be2f79ef11a1a2c56150c55012 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期五, 18 八月 2023 19:32:40 +0800 Subject: [PATCH] 管理后台:积分商品的详情模块 --- cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java index bb6a1d6..6a53dd5 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java +++ b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java @@ -14,7 +14,7 @@ private String storeImg; @ApiModelProperty(value = "门店距离当前位置") - private long distance; + private String distance; @ApiModelProperty(value = "门店名称") private String storeName; -- Gitblit v1.7.1