|
@@ -118,6 +118,8 @@ public class SearchVO{
|
|
private BigDecimal sellingPrice;
|
|
private BigDecimal sellingPrice;
|
|
@Schema(description = "销售数量")
|
|
@Schema(description = "销售数量")
|
|
private int sales;
|
|
private int sales;
|
|
|
|
+ @Schema(description = "图片")
|
|
|
|
+ private String cover;
|
|
@Schema(description = "好评率")
|
|
@Schema(description = "好评率")
|
|
private BigDecimal goodRate;
|
|
private BigDecimal goodRate;
|
|
@Schema(description = "评论数")
|
|
@Schema(description = "评论数")
|
|
@@ -149,6 +151,8 @@ public class SearchVO{
|
|
private String comments;
|
|
private String comments;
|
|
@Schema(description = "地址")
|
|
@Schema(description = "地址")
|
|
private String address;
|
|
private String address;
|
|
|
|
+ @Schema(description = "图片")
|
|
|
|
+ private String cover;
|
|
@Schema(description = "距离(KM)")
|
|
@Schema(description = "距离(KM)")
|
|
private double km;
|
|
private double km;
|
|
@Schema(description = "类目")
|
|
@Schema(description = "类目")
|