123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated from a template.
- //
- // Manual changes to this file may cause unexpected behavior in your application.
- // Manual changes to this file will be overwritten if the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
- /// <summary>
- /// CF_College
- /// </summary>
- public partial class CF_College
- {
- public CF_College()
- {
- this.CF_BuildingsInfo = new HashSet<CF_BuildingsInfo>();
- this.CF_Classroom = new HashSet<CF_Classroom>();
- this.CF_CustomStandardSetting = new HashSet<CF_CustomStandardSetting>();
- this.CF_Department = new HashSet<CF_Department>();
- this.CF_Facultymajor = new HashSet<CF_Facultymajor>();
- this.CF_GrademinorApplication = new HashSet<CF_GrademinorApplication>();
- this.CF_NewStudent = new HashSet<CF_NewStudent>();
- this.CF_RecruitSpecialty = new HashSet<CF_RecruitSpecialty>();
- this.CF_SpecialtyApply = new HashSet<CF_SpecialtyApply>();
- this.CF_Staff = new HashSet<CF_Staff>();
- this.CF_StaffManageCollege = new HashSet<CF_StaffManageCollege>();
- this.EM_EducationMission = new HashSet<EM_EducationMission>();
- this.EM_EducationMissionOpenControl = new HashSet<EM_EducationMissionOpenControl>();
- this.EM_ExecutableMinorPlan = new HashSet<EM_ExecutableMinorPlan>();
- this.ER_FinalExamination = new HashSet<ER_FinalExamination>();
- this.ER_MinorControl = new HashSet<ER_MinorControl>();
- this.ER_MinorGraduationStandard = new HashSet<ER_MinorGraduationStandard>();
- this.ER_ScoreParameterCollegeSetting = new HashSet<ER_ScoreParameterCollegeSetting>();
- this.ES_ClassroomExcessiveUse = new HashSet<ES_ClassroomExcessiveUse>();
- this.ES_CollegeClassroom = new HashSet<ES_CollegeClassroom>();
- this.ES_CollegePriority = new HashSet<ES_CollegePriority>();
- this.ES_CollegeScheduleStatus = new HashSet<ES_CollegeScheduleStatus>();
- this.ET_TeachersOrder = new HashSet<ET_TeachersOrder>();
- this.EX_ExaminationPlan = new HashSet<EX_ExaminationPlan>();
- this.SUP_SupervisionCollege = new HashSet<SUP_SupervisionCollege>();
- this.TP_WorktimeAddition = new HashSet<TP_WorktimeAddition>();
- this.TP_WorktimeRate = new HashSet<TP_WorktimeRate>();
- this.DQP_Document = new HashSet<DQP_Document>();
- }
-
- /// <summary>
- /// CollegeID
- /// </summary>
- public System.Guid CollegeID { get; set; }
- /// <summary>
- /// CampusID
- /// </summary>
- public Nullable<System.Guid> CampusID { get; set; }
- /// <summary>
- /// No
- /// </summary>
- public string No { get; set; }
- /// <summary>
- /// Name
- /// </summary>
- public string Name { get; set; }
- /// <summary>
- /// SimpleName
- /// </summary>
- public string SimpleName { get; set; }
- /// <summary>
- /// EnglishName
- /// </summary>
- public string EnglishName { get; set; }
- /// <summary>
- /// Remark
- /// </summary>
- public string Remark { get; set; }
- /// <summary>
- /// RecordStatus
- /// </summary>
- public Nullable<int> RecordStatus { get; set; }
- /// <summary>
- /// CreateUserID
- /// </summary>
- public Nullable<System.Guid> CreateUserID { get; set; }
- /// <summary>
- /// CreateTime
- /// </summary>
- public Nullable<System.DateTime> CreateTime { get; set; }
- /// <summary>
- /// ModifyUserID
- /// </summary>
- public Nullable<System.Guid> ModifyUserID { get; set; }
- /// <summary>
- /// ModifyTime
- /// </summary>
- public Nullable<System.DateTime> ModifyTime { get; set; }
-
- /// <summary>
- /// CF_BuildingsInfo
- /// </summary>
- public virtual HashSet<CF_BuildingsInfo> CF_BuildingsInfo { get; set; }
- /// <summary>
- /// CF_Campus
- /// </summary>
- public virtual CF_Campus CF_Campus { get; set; }
- /// <summary>
- /// CF_Classroom
- /// </summary>
- public virtual HashSet<CF_Classroom> CF_Classroom { get; set; }
- /// <summary>
- /// CF_CollegeProfile
- /// </summary>
- public virtual CF_CollegeProfile CF_CollegeProfile { get; set; }
- /// <summary>
- /// CF_CustomStandardSetting
- /// </summary>
- public virtual HashSet<CF_CustomStandardSetting> CF_CustomStandardSetting { get; set; }
- /// <summary>
- /// CF_Department
- /// </summary>
- public virtual HashSet<CF_Department> CF_Department { get; set; }
- /// <summary>
- /// CF_Facultymajor
- /// </summary>
- public virtual HashSet<CF_Facultymajor> CF_Facultymajor { get; set; }
- /// <summary>
- /// CF_GrademinorApplication
- /// </summary>
- public virtual HashSet<CF_GrademinorApplication> CF_GrademinorApplication { get; set; }
- /// <summary>
- /// CF_NewStudent
- /// </summary>
- public virtual HashSet<CF_NewStudent> CF_NewStudent { get; set; }
- /// <summary>
- /// CF_RecruitSpecialty
- /// </summary>
- public virtual HashSet<CF_RecruitSpecialty> CF_RecruitSpecialty { get; set; }
- /// <summary>
- /// CF_SpecialtyApply
- /// </summary>
- public virtual HashSet<CF_SpecialtyApply> CF_SpecialtyApply { get; set; }
- /// <summary>
- /// CF_Staff
- /// </summary>
- public virtual HashSet<CF_Staff> CF_Staff { get; set; }
- /// <summary>
- /// CF_StaffManageCollege
- /// </summary>
- public virtual HashSet<CF_StaffManageCollege> CF_StaffManageCollege { get; set; }
- /// <summary>
- /// EM_EducationMission
- /// </summary>
- public virtual HashSet<EM_EducationMission> EM_EducationMission { get; set; }
- /// <summary>
- /// EM_EducationMissionOpenControl
- /// </summary>
- public virtual HashSet<EM_EducationMissionOpenControl> EM_EducationMissionOpenControl { get; set; }
- /// <summary>
- /// EM_ExecutableMinorPlan
- /// </summary>
- public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
- /// <summary>
- /// ER_FinalExamination
- /// </summary>
- public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
- /// <summary>
- /// ER_MinorControl
- /// </summary>
- public virtual HashSet<ER_MinorControl> ER_MinorControl { get; set; }
- /// <summary>
- /// ER_MinorGraduationStandard
- /// </summary>
- public virtual HashSet<ER_MinorGraduationStandard> ER_MinorGraduationStandard { get; set; }
- /// <summary>
- /// ER_ScoreParameterCollegeSetting
- /// </summary>
- public virtual HashSet<ER_ScoreParameterCollegeSetting> ER_ScoreParameterCollegeSetting { get; set; }
- /// <summary>
- /// ES_ClassroomExcessiveUse
- /// </summary>
- public virtual HashSet<ES_ClassroomExcessiveUse> ES_ClassroomExcessiveUse { get; set; }
- /// <summary>
- /// ES_CollegeClassroom
- /// </summary>
- public virtual HashSet<ES_CollegeClassroom> ES_CollegeClassroom { get; set; }
- /// <summary>
- /// ES_CollegePriority
- /// </summary>
- public virtual HashSet<ES_CollegePriority> ES_CollegePriority { get; set; }
- /// <summary>
- /// ES_CollegeScheduleStatus
- /// </summary>
- public virtual HashSet<ES_CollegeScheduleStatus> ES_CollegeScheduleStatus { get; set; }
- /// <summary>
- /// ET_TeachersOrder
- /// </summary>
- public virtual HashSet<ET_TeachersOrder> ET_TeachersOrder { get; set; }
- /// <summary>
- /// EX_ExaminationPlan
- /// </summary>
- public virtual HashSet<EX_ExaminationPlan> EX_ExaminationPlan { get; set; }
- /// <summary>
- /// SUP_SupervisionCollege
- /// </summary>
- public virtual HashSet<SUP_SupervisionCollege> SUP_SupervisionCollege { get; set; }
- /// <summary>
- /// TP_WorktimeAddition
- /// </summary>
- public virtual HashSet<TP_WorktimeAddition> TP_WorktimeAddition { get; set; }
- /// <summary>
- /// TP_WorktimeRate
- /// </summary>
- public virtual HashSet<TP_WorktimeRate> TP_WorktimeRate { get; set; }
- /// <summary>
- /// DQP_Document
- /// </summary>
- public virtual HashSet<DQP_Document> DQP_Document { get; set; }
- }
- }
|