using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace iBemsDataService.Model { /// /// FmsMaterial 의 Extension 클래스 /// /// /// 클라이언트와의 DTO 위한 확장 /// public partial class CmPatrolHistoryEx : CmPatrolHistory { public int TotalCnt { get; set; } public int OkCnt { get; set; } public int ErrorCnt { get; set; } public int TotalTimeMin { get; set; } } }