123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class ER_ScoreParameterCollegeSettingDetail
- {
-
-
-
- public System.Guid ScoreParameterCollegeSettingDetailID { get; set; }
-
-
-
- public Nullable<System.Guid> ScoreParameterCollegeSettingID { get; set; }
-
-
-
- public Nullable<int> ExamsCategoryID { get; set; }
-
-
-
- public Nullable<int> CourseTypeID { get; set; }
-
-
-
- public Nullable<System.Guid> ScoreFormulaID { get; set; }
-
-
-
- public Nullable<bool> IsTotalFormula { get; set; }
-
-
-
- public Nullable<System.Guid> CreditFormulaID { get; set; }
-
-
-
- public Nullable<bool> IsCreditFormula { get; set; }
-
-
-
- public Nullable<System.Guid> GradePointFormulaID { get; set; }
-
-
-
- public Nullable<bool> IsGradePointFormula { get; set; }
-
-
-
- public Nullable<int> RecordStatus { get; set; }
-
-
-
- public Nullable<System.DateTime> CreateTime { get; set; }
-
-
-
- public Nullable<System.Guid> CreateUserID { get; set; }
-
-
-
- public Nullable<System.Guid> ModifyUserID { get; set; }
-
-
-
- public Nullable<System.DateTime> ModifyTime { get; set; }
-
-
-
-
- public virtual ER_ScoreParameterCollegeSetting ER_ScoreParameterCollegeSetting { get; set; }
- }
- }
|