d8b608a627e7fd7375c88569283e135e734230c8.svn-base 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 FmsConstructionEstimation
  14. {
  15. public int SiteId { get; set; }
  16. public int ConstructionId { get; set; }
  17. public System.DateTime EstimateDate { get; set; }
  18. public string EstimateUserId { get; set; }
  19. public Nullable<bool> Safety01_CleanUp { get; set; }
  20. public Nullable<bool> Safety02_PersonalProtection { get; set; }
  21. public Nullable<bool> Safety03_FireExtinguisher { get; set; }
  22. public Nullable<bool> Safety04_HighPlaceWork { get; set; }
  23. public Nullable<bool> Safety05_Weld { get; set; }
  24. public Nullable<bool> Safety06_SurroundingCleanUp { get; set; }
  25. public Nullable<bool> Safety07_SurroundingHealthy { get; set; }
  26. public Nullable<bool> Safety08_Noise { get; set; }
  27. public Nullable<bool> Safety09_FacilityProtection { get; set; }
  28. public Nullable<bool> Safety10_Waste { get; set; }
  29. public Nullable<bool> Safety11_Execution { get; set; }
  30. public Nullable<bool> Safety12_Announcement { get; set; }
  31. public Nullable<bool> Ability01_Compliance { get; set; }
  32. public Nullable<bool> Ability02_Fault { get; set; }
  33. public Nullable<bool> Ability03_SkillLevel { get; set; }
  34. public Nullable<bool> Ability04_ProcessManagement { get; set; }
  35. public Nullable<bool> Ability05_Collaboration { get; set; }
  36. public Nullable<bool> Service01_Compliance { get; set; }
  37. public Nullable<bool> Service02_SkillLevel { get; set; }
  38. public string Comment { get; set; }
  39. public Nullable<double> TotalEstimateScore { get; set; }
  40. public Nullable<double> SafetyScore { get; set; }
  41. public Nullable<double> AbilityScore { get; set; }
  42. public Nullable<double> ServiceScore { get; set; }
  43. public virtual CmUser CmUser { get; set; }
  44. public virtual FmsConstruction FmsConstruction { get; set; }
  45. }
  46. }