namespace Device; public class Alarm { public Guid DeviceID { get; set; } public string? AlarmCode { get; set; } public string? AlarmName { get; set; } public DateTime AlarmTime { get; set; } }