1f3f932b52f9b7fe77e6c7c5d85031d317cd7bd4.svn-base 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 이 코드는 템플릿에서 생성되었습니다.
  4. //
  5. // 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
  6. // 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace iBemsDataService.Model
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class CmUser
  14. {
  15. public CmUser()
  16. {
  17. this.CmAnnouncement = new HashSet<CmAnnouncement>();
  18. this.CmUserToLicense = new HashSet<CmUserToLicense>();
  19. this.FmsDrawingHistory = new HashSet<FmsDrawingHistory>();
  20. this.FmsMaterialPurchaseOrder = new HashSet<FmsMaterialPurchaseOrder>();
  21. this.FmsMaterialPurchaseRequest = new HashSet<FmsMaterialPurchaseRequest>();
  22. this.FmsMaterialPurchaseRequest1 = new HashSet<FmsMaterialPurchaseRequest>();
  23. this.FmsMaterialStored = new HashSet<FmsMaterialStored>();
  24. this.FmsMaterialStored1 = new HashSet<FmsMaterialStored>();
  25. this.FmsWorkOrder = new HashSet<FmsWorkOrder>();
  26. this.FmsWorkRequest = new HashSet<FmsWorkRequest>();
  27. this.FmsWorkRequest1 = new HashSet<FmsWorkRequest>();
  28. this.FmsWorkResult = new HashSet<FmsWorkResult>();
  29. this.FmsWorkResult1 = new HashSet<FmsWorkResult>();
  30. this.FmsWorkSchedule = new HashSet<FmsWorkSchedule>();
  31. this.CmUserLoginHistory = new HashSet<CmUserLoginHistory>();
  32. this.FmsConstructionEstimation = new HashSet<FmsConstructionEstimation>();
  33. this.FmsManualHistory = new HashSet<FmsManualHistory>();
  34. this.FmsDailyCheckReport = new HashSet<FmsDailyCheckReport>();
  35. this.FmsFacilityOperationReport = new HashSet<FmsFacilityOperationReport>();
  36. this.FmsMonthlyReport = new HashSet<FmsMonthlyReport>();
  37. this.FmsMaterialRelease = new HashSet<FmsMaterialRelease>();
  38. this.FmsMaterialRelease1 = new HashSet<FmsMaterialRelease>();
  39. this.CmPatrolGroupUser = new HashSet<CmPatrolGroupUser>();
  40. this.FmsReport = new HashSet<FmsReport>();
  41. this.FmsReport1 = new HashSet<FmsReport>();
  42. this.FmsReport2 = new HashSet<FmsReport>();
  43. this.FmsEquipmentRentInfo = new HashSet<FmsEquipmentRentInfo>();
  44. this.FmsEquipmentRentInfo1 = new HashSet<FmsEquipmentRentInfo>();
  45. this.CmFacility = new HashSet<CmFacility>();
  46. this.CmFacility1 = new HashSet<CmFacility>();
  47. this.CmFacility2 = new HashSet<CmFacility>();
  48. this.CmFacility3 = new HashSet<CmFacility>();
  49. this.FmsDailyReport = new HashSet<FmsDailyReport>();
  50. this.FmsEquipment = new HashSet<FmsEquipment>();
  51. }
  52. public int SiteId { get; set; }
  53. public string UserId { get; set; }
  54. public Nullable<int> CompanyId { get; set; }
  55. public Nullable<int> DepartmentId { get; set; }
  56. public Nullable<int> PositionId { get; set; }
  57. public Nullable<int> BusinessFieldId { get; set; }
  58. public Nullable<int> UserGroupId { get; set; }
  59. public string Name { get; set; }
  60. public string Passwd { get; set; }
  61. public Nullable<System.DateTime> Birthday { get; set; }
  62. public Nullable<bool> Lunar { get; set; }
  63. public Nullable<int> StateId { get; set; }
  64. public Nullable<int> EmploymentType { get; set; }
  65. public Nullable<int> EmploymentStatus { get; set; }
  66. public string OfficePhoneNo { get; set; }
  67. public string HomePhoneNo { get; set; }
  68. public string MobilePhoneNo { get; set; }
  69. public string HomeZip1 { get; set; }
  70. public string HomeZip2 { get; set; }
  71. public string HomeAddress1 { get; set; }
  72. public string HomeAdderss2 { get; set; }
  73. public string Email { get; set; }
  74. public Nullable<System.DateTime> EnterDate { get; set; }
  75. public Nullable<System.DateTime> RetireDate { get; set; }
  76. public string Comment { get; set; }
  77. public string Rfcsn { get; set; }
  78. public Nullable<System.DateTime> PasswordUpdatedDate { get; set; }
  79. public Nullable<int> FileId { get; set; }
  80. public Nullable<bool> IsBems { get; set; }
  81. public Nullable<bool> IsUse { get; set; }
  82. public string Certificated { get; set; }
  83. public Nullable<bool> IsScheduleUser { get; set; }
  84. public Nullable<bool> IsSI { get; set; }
  85. public Nullable<bool> IsMobile { get; set; }
  86. public string Devicetoken { get; set; }
  87. public virtual ICollection<CmAnnouncement> CmAnnouncement { get; set; }
  88. public virtual CmBusinessField CmBusinessField { get; set; }
  89. public virtual CmCompany CmCompany { get; set; }
  90. public virtual CmDepartment CmDepartment { get; set; }
  91. public virtual CmPosition CmPosition { get; set; }
  92. public virtual ICollection<CmUserToLicense> CmUserToLicense { get; set; }
  93. public virtual ICollection<FmsDrawingHistory> FmsDrawingHistory { get; set; }
  94. public virtual ICollection<FmsMaterialPurchaseOrder> FmsMaterialPurchaseOrder { get; set; }
  95. public virtual ICollection<FmsMaterialPurchaseRequest> FmsMaterialPurchaseRequest { get; set; }
  96. public virtual ICollection<FmsMaterialPurchaseRequest> FmsMaterialPurchaseRequest1 { get; set; }
  97. public virtual ICollection<FmsMaterialStored> FmsMaterialStored { get; set; }
  98. public virtual ICollection<FmsMaterialStored> FmsMaterialStored1 { get; set; }
  99. public virtual ICollection<FmsWorkOrder> FmsWorkOrder { get; set; }
  100. public virtual ICollection<FmsWorkRequest> FmsWorkRequest { get; set; }
  101. public virtual ICollection<FmsWorkRequest> FmsWorkRequest1 { get; set; }
  102. public virtual ICollection<FmsWorkResult> FmsWorkResult { get; set; }
  103. public virtual ICollection<FmsWorkResult> FmsWorkResult1 { get; set; }
  104. public virtual ICollection<FmsWorkSchedule> FmsWorkSchedule { get; set; }
  105. public virtual CmUserGroup CmUserGroup { get; set; }
  106. public virtual ICollection<CmUserLoginHistory> CmUserLoginHistory { get; set; }
  107. public virtual ICollection<FmsConstructionEstimation> FmsConstructionEstimation { get; set; }
  108. public virtual ICollection<FmsManualHistory> FmsManualHistory { get; set; }
  109. public virtual ICollection<FmsDailyCheckReport> FmsDailyCheckReport { get; set; }
  110. public virtual ICollection<FmsFacilityOperationReport> FmsFacilityOperationReport { get; set; }
  111. public virtual ICollection<FmsMonthlyReport> FmsMonthlyReport { get; set; }
  112. public virtual ICollection<FmsMaterialRelease> FmsMaterialRelease { get; set; }
  113. public virtual ICollection<FmsMaterialRelease> FmsMaterialRelease1 { get; set; }
  114. public virtual ICollection<CmPatrolGroupUser> CmPatrolGroupUser { get; set; }
  115. public virtual ICollection<FmsReport> FmsReport { get; set; }
  116. public virtual ICollection<FmsReport> FmsReport1 { get; set; }
  117. public virtual ICollection<FmsReport> FmsReport2 { get; set; }
  118. public virtual ICollection<FmsEquipmentRentInfo> FmsEquipmentRentInfo { get; set; }
  119. public virtual ICollection<FmsEquipmentRentInfo> FmsEquipmentRentInfo1 { get; set; }
  120. public virtual ICollection<CmFacility> CmFacility { get; set; }
  121. public virtual ICollection<CmFacility> CmFacility1 { get; set; }
  122. public virtual ICollection<CmFacility> CmFacility2 { get; set; }
  123. public virtual ICollection<CmFacility> CmFacility3 { get; set; }
  124. public virtual ICollection<FmsDailyReport> FmsDailyReport { get; set; }
  125. public virtual ICollection<FmsEquipment> FmsEquipment { get; set; }
  126. }
  127. }