//------------------------------------------------------------------------------
//
// 이 코드는 템플릿에서 생성되었습니다.
//
// 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
// 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
//
//------------------------------------------------------------------------------
namespace iBemsDataService.Model
{
using System;
using System.Collections.Generic;
public partial class FmsConstruction
{
public int SiteId { get; set; }
public int ConstructionId { get; set; }
public string Name { get; set; }
public int ConstructionTypeId { get; set; }
public System.DateTime StartDate { get; set; }
public System.DateTime EndDate { get; set; }
public int PartnerId { get; set; }
public string ConstructLocation { get; set; }
public string OwnerShipName { get; set; }
public Nullable CommitmentMan { get; set; }
public string OwnerShipPhoneNo { get; set; }
public Nullable WeldWorkStartTime { get; set; }
public Nullable WeldWorkEndTime { get; set; }
public Nullable GasWorkStartTime { get; set; }
public Nullable GasWorkEndTime { get; set; }
public Nullable PaintWorkStartTime { get; set; }
public Nullable PaintWorkEndTime { get; set; }
public string Comment { get; set; }
public short ProgressId { get; set; }
public System.DateTime AddDate { get; set; }
public System.DateTime UpdateDate { get; set; }
public string ConstructionDetail { get; set; }
public string InOutStockName { get; set; }
public Nullable FileId1 { get; set; }
public Nullable FileId2 { get; set; }
public Nullable FileId3 { get; set; }
public virtual CmFile CmFile { get; set; }
public virtual CmFile CmFile1 { get; set; }
public virtual CmFile CmFile2 { get; set; }
public virtual FmsConstructionCodeProgress FmsConstructionCodeProgress { get; set; }
public virtual FmsConstructionCodeType FmsConstructionCodeType { get; set; }
public virtual FmsConstructionEstimation FmsConstructionEstimation { get; set; }
public virtual CmPartner CmPartner { get; set; }
}
}