puzhibing
2023-07-27 f281d329a6fe9e61b8ff8f43cc9c7fcd0d5753cb
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;
}