FmsConstruction.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 FmsConstruction
  14. {
  15. public int SiteId { get; set; }
  16. public int ConstructionId { get; set; }
  17. public string Name { get; set; }
  18. public int ConstructionTypeId { get; set; }
  19. public System.DateTime StartDate { get; set; }
  20. public System.DateTime EndDate { get; set; }
  21. public int PartnerId { get; set; }
  22. public string ConstructLocation { get; set; }
  23. public string OwnerShipName { get; set; }
  24. public Nullable<short> CommitmentMan { get; set; }
  25. public string OwnerShipPhoneNo { get; set; }
  26. public Nullable<System.DateTime> WeldWorkStartTime { get; set; }
  27. public Nullable<System.DateTime> WeldWorkEndTime { get; set; }
  28. public Nullable<System.DateTime> GasWorkStartTime { get; set; }
  29. public Nullable<System.DateTime> GasWorkEndTime { get; set; }
  30. public Nullable<System.DateTime> PaintWorkStartTime { get; set; }
  31. public Nullable<System.DateTime> PaintWorkEndTime { get; set; }
  32. public string Comment { get; set; }
  33. public short ProgressId { get; set; }
  34. public System.DateTime AddDate { get; set; }
  35. public System.DateTime UpdateDate { get; set; }
  36. public string ConstructionDetail { get; set; }
  37. public string InOutStockName { get; set; }
  38. public Nullable<int> FileId1 { get; set; }
  39. public Nullable<int> FileId2 { get; set; }
  40. public Nullable<int> FileId3 { get; set; }
  41. public virtual CmFile CmFile { get; set; }
  42. public virtual CmFile CmFile1 { get; set; }
  43. public virtual CmFile CmFile2 { get; set; }
  44. public virtual FmsConstructionCodeProgress FmsConstructionCodeProgress { get; set; }
  45. public virtual FmsConstructionCodeType FmsConstructionCodeType { get; set; }
  46. public virtual FmsConstructionEstimation FmsConstructionEstimation { get; set; }
  47. public virtual CmPartner CmPartner { get; set; }
  48. }
  49. }