Class GradeTypeConstants
- java.lang.Object
-
- org.openurp.edu.grade.course.domain.GradeTypeConstants
-
public final class GradeTypeConstants extends Object
成绩类型常量
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerDELAY_GA_ID缓考总评static IntegerDELAY_ID缓考成绩static IntegerEND_ID期末成绩static IntegerFINAL_ID最终成绩static IntegerGA_ID总评成绩static IntegerMAKEUP_GA_ID补考总评static IntegerMAKEUP_ID补考卷面static IntegerMIDDLE_ID期中成绩static IntegerUSUAL_ID平时成绩
-
Constructor Summary
Constructors Constructor Description GradeTypeConstants()
-
-
-
Field Detail
-
MIDDLE_ID
public static final Integer MIDDLE_ID
期中成绩
-
END_ID
public static final Integer END_ID
期末成绩
-
USUAL_ID
public static final Integer USUAL_ID
平时成绩
-
MAKEUP_ID
public static final Integer MAKEUP_ID
补考卷面
-
DELAY_ID
public static final Integer DELAY_ID
缓考成绩
-
GA_ID
public static final Integer GA_ID
总评成绩
-
DELAY_GA_ID
public static final Integer DELAY_GA_ID
缓考总评
-
MAKEUP_GA_ID
public static final Integer MAKEUP_GA_ID
补考总评
-
FINAL_ID
public static final Integer FINAL_ID
最终成绩
-
-