Class MajorPlanComment

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

    @Entity(name="org.openurp.edu.program.plan.model.MajorPlanComment")
    public class MajorPlanComment
    extends NumberIdTimeObject<Long>
    专业培养计划审核说明
    See Also:
    Serialized Form
    • Constructor Detail

      • MajorPlanComment

        public MajorPlanComment()
    • Method Detail

      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)
      • getMajorPlan

        public MajorPlan getMajorPlan()
      • setMajorPlan

        public void setMajorPlan​(MajorPlan majorPlan)