//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace EMIS.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// CF_UniversityProfile /// public partial class CF_UniversityProfile { /// /// UniversityID /// public System.Guid UniversityID { get; set; } /// /// ProvinceID /// public Nullable ProvinceID { get; set; } /// /// CityID /// public Nullable CityID { get; set; } /// /// DistrictID /// public Nullable DistrictID { get; set; } /// /// PropertyID /// public Nullable PropertyID { get; set; } /// /// SchoolTypeID /// public Nullable SchoolTypeID { get; set; } /// /// ManagerID /// public Nullable ManagerID { get; set; } /// /// FounderTypeID /// public Nullable FounderTypeID { get; set; } /// /// SchoolLevelID /// public Nullable SchoolLevelID { get; set; } /// /// HeadMasterName /// public string HeadMasterName { get; set; } /// /// PartyManageID /// public Nullable PartyManageID { get; set; } /// /// LegalPersonName /// public string LegalPersonName { get; set; } /// /// BuildDate /// public Nullable BuildDate { get; set; } /// /// AnniversaryDate /// public Nullable AnniversaryDate { get; set; } /// /// SchoolBasis /// public string SchoolBasis { get; set; } /// /// SchoolMotto /// public string SchoolMotto { get; set; } /// /// SubjectCount /// public Nullable SubjectCount { get; set; } /// /// Is211University /// public Nullable Is211University { get; set; } /// /// IsKeyUniversity /// public Nullable IsKeyUniversity { get; set; } /// /// IsAdultCollege /// public Nullable IsAdultCollege { get; set; } /// /// IsPostCollege /// public Nullable IsPostCollege { get; set; } /// /// IsNetCollege /// public Nullable IsNetCollege { get; set; } /// /// Telephone /// public string Telephone { get; set; } /// /// ZIPCode /// public string ZIPCode { get; set; } /// /// Email /// public string Email { get; set; } /// /// FAX /// public string FAX { get; set; } /// /// PublicNum /// public string PublicNum { get; set; } /// /// HomePage /// public string HomePage { get; set; } /// /// Address /// public string Address { get; set; } /// /// EnglishAddress /// public string EnglishAddress { get; set; } /// /// HistoryEvolution /// public string HistoryEvolution { get; set; } /// /// RecordStatus /// public Nullable RecordStatus { get; set; } /// /// CreateUserID /// public Nullable CreateUserID { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// ModifyUserID /// public Nullable ModifyUserID { get; set; } /// /// ModifyTime /// public Nullable ModifyTime { get; set; } /// /// CF_University /// public virtual CF_University CF_University { get; set; } } }