派生自 projectDept/qhighschool

胡仁荣
2023-10-08 c257eda25e4c9cb6fdfa8a9a85c2dd7be67b5a49
src/main/java/com/qxueyou/scc/school/model/viewvo/SchWeekScheduleViewVO.java
@@ -4,7 +4,7 @@
import java.util.List;
/**
 * 学生 周课表组装VO   提供给app接口使用
 * 学生 周课表组装VO   提供给app接口使用
 * @author ody.yuan
 *
 */
@@ -15,10 +15,10 @@
    */
   private static final long serialVersionUID = 6136166308539114271L;
   
   /** 周课表索引 */
   /** 周课表索引 */
   private Integer weekScheduleIndex ;
   
   /** 周课表*/
   /** 周课表*/
   private List<SchStudentScheduleViewVO> lstStudentSchedule;
   public Integer getWeekScheduleIndex() {