using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Server { /// /// /// public class AlarmInterruptAnalyModel { /// /// /// public long CorpID { get; set; } /// /// /// public long MonitorPointID { get; set; } /// /// /// public long? SignalID { get; set; } /// /// /// public DateTime LastTime { get; set; } } }