From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期一, 05 十二月 2022 14:27:43 +0800 Subject: [PATCH] 处理编码 --- src/main/java/com/qxueyou/scc/school/model/StudentEvaCategory.java | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/school/model/StudentEvaCategory.java b/src/main/java/com/qxueyou/scc/school/model/StudentEvaCategory.java index 239f490..8e33064 100644 --- a/src/main/java/com/qxueyou/scc/school/model/StudentEvaCategory.java +++ b/src/main/java/com/qxueyou/scc/school/model/StudentEvaCategory.java @@ -2,35 +2,35 @@ /** - * 学员评估分类实体类 + * 瀛﹀憳璇勪及鍒嗙被瀹炰綋绫� * * @author zhiyong * */ public class StudentEvaCategory { - /** 学习态度 */ + /** 瀛︿範鎬佸害 */ public static final String STUDENT_ATTRIBUTE ="student_attribute"; - /** 学习进度*/ + /** 瀛︿範杩涘害*/ public static final String STUDENT_SCHEDULE ="student_schedule"; - /** 做题(考试)结果 */ + /** 鍋氶(鑰冭瘯)缁撴灉 */ public static final String EXAM_RESULT ="exam_result"; - /** 出勤率 */ + /** 鍑哄嫟鐜� */ public static final String ATTENDANCE ="attendance"; - /** 签到排名 */ + /** 绛惧埌鎺掑悕 */ public static final String SIGN_RANK ="sign_rank"; - /** 家庭作业提交及时性 */ + /** 瀹跺涵浣滀笟鎻愪氦鍙婃椂鎬� */ public static final String HOMEWORK_TIMELINESS ="homework_timeliness"; - /** 家庭作业完成度 */ + /** 瀹跺涵浣滀笟瀹屾垚搴� */ public static final String HOMEWORK_COMPLETENESS ="homework_completeness"; - /** 家庭作业答题分数 */ + /** 瀹跺涵浣滀笟绛旈鍒嗘暟 */ public static final String HOMEWORK_SCORE ="homework_score"; } \ No newline at end of file -- Gitblit v1.8.0