luodangjia
2025-01-15 aade232ec0977b953bdccc20fa843913d7725bd2
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/NearbyShopVO.java
@@ -8,7 +8,7 @@
public class NearbyShopVO {
    @ApiModelProperty(value = "门店id")
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "封面图片")
    private String homePicture;
@@ -18,4 +18,17 @@
    @ApiModelProperty(value = "详细地址")
    private String address;
    @ApiModelProperty(value = "距离")
    private Double distance;
    @ApiModelProperty(value = "评分")
    private String score;
    @ApiModelProperty(value = "自己打分")
    private String myScore;
    private String latitude;
    private String longitude;
}