using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace iBemsDataService.Model { /// <summary> /// FmsMaterial 의 Extension 클래스 /// </summary> /// <remarks> /// 클라이언트와의 DTO 위한 확장 /// </remarks> 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; } } }