Class AbstractGradeState

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.grade.course.model.AbstractGradeState
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>, GradeState
Direct Known Subclasses:
CourseGradeState, ExamGradeState, GaGradeState

@MappedSuperclass public abstract class AbstractGradeState extends org.beangle.commons.entity.pojo.LongIdObject implements GradeState
成绩状态抽象基类
See Also:
  • Field Details

    • gradingMode

      @NotNull protected GradingMode gradingMode
      成绩记录方式
    • status

      protected int status
      成绩录入状态
    • updatedAt

      protected Date updatedAt
      上次成绩录入时间
    • operator

      @Size(max=50) protected String operator
      操作者
  • Constructor Details

    • AbstractGradeState

      public AbstractGradeState()
  • Method Details