123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- namespace EMIS.Entities
- {
- using System;
-
- public partial class RegistrationConfirmView_Result
- {
-
-
-
- public Nullable<long> row { get; set; }
-
-
-
- public Nullable<System.Guid> ExaminationRegistrationConfirmID { get; set; }
-
-
-
- public string BarcodeUrl { get; set; }
-
-
-
- public System.Guid SchoolyearID { get; set; }
-
-
-
- public string SchoolYearCode { get; set; }
-
-
-
- public int SchoolcodeID { get; set; }
-
-
-
- public string ExaminationRegistrationConfirmNo { get; set; }
-
-
-
- public string ExaminationBatchName { get; set; }
-
-
-
- public Nullable<int> Years { get; set; }
-
-
-
- public string CollegeName { get; set; }
-
-
-
- public string ClassName { get; set; }
-
-
-
- public System.Guid ClassmajorID { get; set; }
-
-
-
- public string ExaminationTypeName { get; set; }
-
-
-
- public string ExaminationProjectName { get; set; }
-
-
-
- public string ExaminationLevelName { get; set; }
-
-
-
- public string UserName { get; set; }
-
-
-
- public System.Guid UserID { get; set; }
-
-
-
- public string SexName { get; set; }
-
-
-
- public string IDNumber { get; set; }
-
-
-
- public string Mobile { get; set; }
-
-
-
- public Nullable<int> FeeTypeID { get; set; }
-
-
-
- public string FeeTypeName { get; set; }
-
-
-
- public Nullable<decimal> ProjectFeeTypeFee { get; set; }
-
-
-
- public Nullable<decimal> Fee { get; set; }
-
-
-
- public string Remark { get; set; }
-
-
-
- public string StudentNo { get; set; }
-
-
-
- public Nullable<int> Sex { get; set; }
- }
- }
|