//------------------------------------------------------------------------------ // // 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; /// /// EX_ExaminationRegistration /// public partial class EX_ExaminationRegistration { public EX_ExaminationRegistration() { this.CF_WechatPayList = new HashSet(); } /// /// ExaminationRegistrationID /// public System.Guid ExaminationRegistrationID { get; set; } /// /// ExaminationProjectFeeTypeID /// public Nullable ExaminationProjectFeeTypeID { get; set; } /// /// ExaminationRegistrationConfirmID /// public Nullable ExaminationRegistrationConfirmID { get; set; } /// /// ExaminationBatchProjectID /// public Nullable ExaminationBatchProjectID { get; set; } /// /// UserID /// public Nullable UserID { get; set; } /// /// Fee /// public Nullable Fee { get; set; } /// /// BankName /// public string BankName { get; set; } /// /// CardNo /// public string CardNo { get; set; } /// /// Remark /// public string Remark { get; set; } /// /// PayTime /// public Nullable PayTime { get; set; } /// /// RefundReason /// public string RefundReason { get; set; } /// /// RefundUserID /// public Nullable RefundUserID { get; set; } /// /// RefundTime /// public Nullable RefundTime { get; set; } /// /// RefundConfirmUserID /// public Nullable RefundConfirmUserID { get; set; } /// /// RefundConfirmTime /// public Nullable RefundConfirmTime { 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_Student /// public virtual CF_Student CF_Student { get; set; } /// /// CF_WechatPayList /// public virtual HashSet CF_WechatPayList { get; set; } /// /// EM_ExaminationMessage /// public virtual EM_ExaminationMessage EM_ExaminationMessage { get; set; } /// /// EX_ExaminationBatchProject /// public virtual EX_ExaminationBatchProject EX_ExaminationBatchProject { get; set; } /// /// EX_ExaminationProjectFeeType /// public virtual EX_ExaminationProjectFeeType EX_ExaminationProjectFeeType { get; set; } /// /// EX_ExaminationRegistrationConfirm /// public virtual EX_ExaminationRegistrationConfirm EX_ExaminationRegistrationConfirm { get; set; } } }