Pu Zhibing
2025-01-20 f147a6ae7f543f6db757b3933adaf8f10b896ccf
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 double distance;
    @ApiModelProperty(value = "门店名称")
    private String storeName;
@@ -22,4 +22,10 @@
    @ApiModelProperty(value = "门店详细地址")
    private String storeAddr;
    @ApiModelProperty(value = "经度")
    String longitude;
    @ApiModelProperty(value = "纬度")
    String latitude;
}