//------------------------------------------------------------------------------ // // 이 코드는 템플릿에서 생성되었습니다. // // 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다. // 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다. // //------------------------------------------------------------------------------ namespace iBemsDataService.Model { using System; using System.Collections.Generic; public partial class CmUser { public CmUser() { this.CmAnnouncement = new HashSet(); this.CmUserToLicense = new HashSet(); this.FmsDrawingHistory = new HashSet(); this.FmsMaterialPurchaseOrder = new HashSet(); this.FmsMaterialPurchaseRequest = new HashSet(); this.FmsMaterialPurchaseRequest1 = new HashSet(); this.FmsMaterialStored = new HashSet(); this.FmsMaterialStored1 = new HashSet(); this.FmsWorkOrder = new HashSet(); this.FmsWorkRequest = new HashSet(); this.FmsWorkRequest1 = new HashSet(); this.FmsWorkResult = new HashSet(); this.FmsWorkResult1 = new HashSet(); this.FmsWorkSchedule = new HashSet(); this.CmUserLoginHistory = new HashSet(); this.FmsConstructionEstimation = new HashSet(); this.FmsManualHistory = new HashSet(); this.FmsDailyCheckReport = new HashSet(); this.FmsFacilityOperationReport = new HashSet(); this.FmsMonthlyReport = new HashSet(); this.FmsMaterialRelease = new HashSet(); this.FmsMaterialRelease1 = new HashSet(); this.CmPatrolGroupUser = new HashSet(); this.FmsReport = new HashSet(); this.FmsReport1 = new HashSet(); this.FmsReport2 = new HashSet(); this.FmsEquipmentRentInfo = new HashSet(); this.FmsEquipmentRentInfo1 = new HashSet(); this.CmFacility = new HashSet(); this.CmFacility1 = new HashSet(); this.CmFacility2 = new HashSet(); this.CmFacility3 = new HashSet(); this.FmsDailyReport = new HashSet(); this.FmsEquipment = new HashSet(); } public int SiteId { get; set; } public string UserId { get; set; } public Nullable CompanyId { get; set; } public Nullable DepartmentId { get; set; } public Nullable PositionId { get; set; } public Nullable BusinessFieldId { get; set; } public Nullable UserGroupId { get; set; } public string Name { get; set; } public string Passwd { get; set; } public Nullable Birthday { get; set; } public Nullable Lunar { get; set; } public Nullable StateId { get; set; } public Nullable EmploymentType { get; set; } public Nullable EmploymentStatus { get; set; } public string OfficePhoneNo { get; set; } public string HomePhoneNo { get; set; } public string MobilePhoneNo { get; set; } public string HomeZip1 { get; set; } public string HomeZip2 { get; set; } public string HomeAddress1 { get; set; } public string HomeAdderss2 { get; set; } public string Email { get; set; } public Nullable EnterDate { get; set; } public Nullable RetireDate { get; set; } public string Comment { get; set; } public string Rfcsn { get; set; } public Nullable PasswordUpdatedDate { get; set; } public Nullable FileId { get; set; } public Nullable IsBems { get; set; } public Nullable IsUse { get; set; } public string Certificated { get; set; } public Nullable IsScheduleUser { get; set; } public Nullable IsSI { get; set; } public Nullable IsMobile { get; set; } public string Devicetoken { get; set; } public virtual ICollection CmAnnouncement { get; set; } public virtual CmBusinessField CmBusinessField { get; set; } public virtual CmCompany CmCompany { get; set; } public virtual CmDepartment CmDepartment { get; set; } public virtual CmPosition CmPosition { get; set; } public virtual ICollection CmUserToLicense { get; set; } public virtual ICollection FmsDrawingHistory { get; set; } public virtual ICollection FmsMaterialPurchaseOrder { get; set; } public virtual ICollection FmsMaterialPurchaseRequest { get; set; } public virtual ICollection FmsMaterialPurchaseRequest1 { get; set; } public virtual ICollection FmsMaterialStored { get; set; } public virtual ICollection FmsMaterialStored1 { get; set; } public virtual ICollection FmsWorkOrder { get; set; } public virtual ICollection FmsWorkRequest { get; set; } public virtual ICollection FmsWorkRequest1 { get; set; } public virtual ICollection FmsWorkResult { get; set; } public virtual ICollection FmsWorkResult1 { get; set; } public virtual ICollection FmsWorkSchedule { get; set; } public virtual CmUserGroup CmUserGroup { get; set; } public virtual ICollection CmUserLoginHistory { get; set; } public virtual ICollection FmsConstructionEstimation { get; set; } public virtual ICollection FmsManualHistory { get; set; } public virtual ICollection FmsDailyCheckReport { get; set; } public virtual ICollection FmsFacilityOperationReport { get; set; } public virtual ICollection FmsMonthlyReport { get; set; } public virtual ICollection FmsMaterialRelease { get; set; } public virtual ICollection FmsMaterialRelease1 { get; set; } public virtual ICollection CmPatrolGroupUser { get; set; } public virtual ICollection FmsReport { get; set; } public virtual ICollection FmsReport1 { get; set; } public virtual ICollection FmsReport2 { get; set; } public virtual ICollection FmsEquipmentRentInfo { get; set; } public virtual ICollection FmsEquipmentRentInfo1 { get; set; } public virtual ICollection CmFacility { get; set; } public virtual ICollection CmFacility1 { get; set; } public virtual ICollection CmFacility2 { get; set; } public virtual ICollection CmFacility3 { get; set; } public virtual ICollection FmsDailyReport { get; set; } public virtual ICollection FmsEquipment { get; set; } } }