Class ExecutionPlanComment

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

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

      • ExecutionPlanComment

        public ExecutionPlanComment()
    • Method Detail

      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)
      • setExecutionPlan

        public void setExecutionPlan​(ExecutionPlan executionPlan)