派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
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() {