puzhibing
2023-08-01 276571374e8f0e2be2bdcfc5e8ea4a39af1599bc
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;
}