nickchange
2023-10-18 0b24f5e8f9e6975642d4e065daef6f26afa2fdb8
cloud-server-other/src/main/java/com/dsh/other/feignclient/model/StoreInfo.java
@@ -22,4 +22,10 @@
    @ApiModelProperty(value = "门店详细地址")
    private String storeAddr;
    @ApiModelProperty(value = "经度")
    private String longitude;
    @ApiModelProperty(value = "纬度")
    private String latitude;
}