From 3adefa44b77cae70f37b573560ed480c2e56768b Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期二, 09 五月 2023 19:16:17 +0800 Subject: [PATCH] 新增后台接口 --- src/main/java/com/qxueyou/scc/school/model/viewvo/SchSemesterViewVO.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/school/model/viewvo/SchSemesterViewVO.java b/src/main/java/com/qxueyou/scc/school/model/viewvo/SchSemesterViewVO.java index e755794..c27a9e2 100644 --- a/src/main/java/com/qxueyou/scc/school/model/viewvo/SchSemesterViewVO.java +++ b/src/main/java/com/qxueyou/scc/school/model/viewvo/SchSemesterViewVO.java @@ -3,7 +3,7 @@ import java.io.Serializable; /** - * 课表: 学期 组装VO 提供给app接口使用 + * 璇捐〃锛� 瀛︽湡 缁勮VO 鎻愪緵缁檃pp鎺ュ彛浣跨敤 * @author ody.yuan * */ @@ -14,19 +14,19 @@ */ private static final long serialVersionUID = 8477677566169747902L; - /** 第几学期,排序 */ + /** 绗嚑瀛︽湡锛屾帓搴� */ private Integer termIndex ; /** ID */ private String termId ; - /** 开始时间 */ + /** 寮�濮嬫椂闂� */ private long startTime ; - /** 结束时间 */ + /** 缁撴潫鏃堕棿 */ private long endTime ; - /** 总共多少周 */ + /** 鎬诲叡澶氬皯鍛� */ private Integer weekNumbers ; public Integer getTermIndex() { -- Gitblit v1.8.0