puzhibing
2024-12-04 5fee7383dbf17f62f0ec3b26a538fbef9b70eede
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/NearbyShopVO.java
@@ -18,4 +18,10 @@
    @ApiModelProperty(value = "详细地址")
    private String address;
    @ApiModelProperty(value = "距离")
    private String distance;
    @ApiModelProperty(value = "评分")
    private String score;
}