using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sln.Iot.Business.Entity { public class AlarmMessageEntity { /// /// 报警信息 /// public string ENAlarmMessage { get; set; } /// /// 报警等级 /// public AlarmDegardeEnum AlarmDegarde { get; set; } /// /// 中文报警信息 /// public string CNAlarmMessage { get; set; } = string.Empty; /// /// 错误编号 /// public string ErrorCode { get; set; } /// /// 错误偏移量 /// public int ErrorIndex { get; set; } } public class AlarmPotting1 { } public class AlarmPotting2 { } public class AlarmLiter { } public class AlarmLine { } }