Class ExamStudent

  • All Implemented Interfaces:
    Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.exam.model.ExamStudent")
    public class ExamStudent
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements Cloneable
    应考记录
    See Also:
    Serialized Form
    • Constructor Detail

      • ExamStudent

        public ExamStudent()
      • ExamStudent

        public ExamStudent​(ExamTaker taker)