|
@@ -26,6 +26,8 @@ public class PlaceVO extends Page<PlaceVO> {
|
|
private String address;
|
|
private String address;
|
|
@Schema(description = "图片")
|
|
@Schema(description = "图片")
|
|
private String cover;
|
|
private String cover;
|
|
|
|
+ @Schema(description = "门店类型 0学校 1体育馆包场 ")
|
|
|
|
+ private int type;
|
|
@Schema(description = "距离(KM)")
|
|
@Schema(description = "距离(KM)")
|
|
private double km;
|
|
private double km;
|
|
@Schema(description = "是否有票")
|
|
@Schema(description = "是否有票")
|