From 42c48ce1d64e941d28c7bfe4093f9659e77bd523 Mon Sep 17 00:00:00 2001
From: yn147 <2270338776@qq.com>
Date: 星期四, 23 十一月 2023 20:23:37 +0800
Subject: [PATCH] 学籍,毕业,档案,考勤

---
 src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java b/src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java
index c55ee33..6b9e9c1 100644
--- a/src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java
+++ b/src/main/java/com/qxueyou/scc/school/model/viewvo/SchYearViewVO.java
@@ -4,7 +4,7 @@
 import java.util.List;
 
 /**
- * 课表:  学年 组装VO   提供给app接口使用
+ * 璇捐〃锛�  瀛﹀勾 缁勮VO   鎻愪緵缁檃pp鎺ュ彛浣跨敤
  * @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() {

--
Gitblit v1.8.0