//------------------------------------------------------------------------------
//
// 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;
///
/// Sys_User
///
public partial class Sys_User
{
public Sys_User()
{
this.EX_ExaminationRegistrationConfirm = new HashSet();
this.EX_Receipt = new HashSet();
this.TestOperate = new HashSet();
this.Sys_Announcement = new HashSet();
this.Sys_Role = new HashSet();
}
///
/// UserID
///
public System.Guid UserID { get; set; }
///
/// LoginID
///
public string LoginID { get; set; }
///
/// Password
///
public string Password { get; set; }
///
/// Name
///
public string Name { 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_Staff
///
public virtual CF_Staff CF_Staff { get; set; }
///
/// CF_Student
///
public virtual CF_Student CF_Student { get; set; }
///
/// EX_ExaminationRegistrationConfirm
///
public virtual HashSet EX_ExaminationRegistrationConfirm { get; set; }
///
/// EX_Receipt
///
public virtual HashSet EX_Receipt { get; set; }
///
/// Sys_MailVerifyCode
///
public virtual Sys_MailVerifyCode Sys_MailVerifyCode { get; set; }
///
/// TestOperate
///
public virtual HashSet TestOperate { get; set; }
///
/// Sys_Announcement
///
public virtual HashSet Sys_Announcement { get; set; }
///
/// Sys_Role
///
public virtual HashSet Sys_Role { get; set; }
}
}