فهرست منبع

删除无用字段

zhangxin 5 روز پیش
والد
کامیت
0da9ce0f9f

+ 4 - 4
national-motion-module-system/national-motion-system-biz/src/main/java/org/jeecg/modules/app/vo/stadium/StadiumConcertsVO.java

@@ -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: 内部页面跳转)*/