|
@@ -13,10 +13,10 @@ import java.util.List;
|
|
|
@Schema(description="体育馆场次")
|
|
|
public class StadiumConcertsVO {
|
|
|
|
|
|
- @Schema(description = "门店id")
|
|
|
- private Integer siteId;
|
|
|
- @Schema(description = "运动类型Id")
|
|
|
- private Integer categoryId;
|
|
|
+// @Schema(description = "门店id")
|
|
|
+// private Integer siteId;
|
|
|
+// @Schema(description = "运动类型Id")
|
|
|
+// private Integer categoryId;
|
|
|
@Schema(description = "星期")
|
|
|
private Integer weekDay;
|
|
|
/**事件类型(0: 网页链接, 1: 内部页面跳转)*/
|