namespace IBox.WinFrmUI { public class MonitorHistoryQuery { public long SignalID { get; set; } public string StartTime { get; set; } public string EndTime { get; set; } } }