派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java
@@ -4,7 +4,7 @@
import java.util.List;
/**
 * 课表:  学年 组装VO   提供给app接口使用
 * 课表:  学年 组装VO   提供给app接口使用
 * @author ody.yuan
 *
 */
@@ -15,19 +15,19 @@
    */
   private static final long serialVersionUID = -6950974079708097252L;
   /** 学年ID */
   /** 学年ID */
   private String yearId ;
   
   /** 第几学年,排序 */
   /** 第几学年,排序 */
   private Integer yearIndex ;
   
   /** 开始年 */
   /** 开始年 */
   private Integer startYear ;
   
   /** 结束年 */
   /** 结束年 */
   private Integer endYear ;
   
   /** 学年下有多少个学期 */
   /** 学年下有多少个学期 */
   List<SchSemesterViewVO> lstSemester ;
   public Integer getYearIndex() {