luodangjia
2024-12-05 56f732ed7af0e82f32f809ff0797fd0b83b62306
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,10 @@
    @ApiModelProperty(value = "详细地址")
    private String address;
    @ApiModelProperty(value = "距离")
    private String distance;
    @ApiModelProperty(value = "评分")
    private String score;
}