This commit is contained in:
2025-10-30 12:02:12 +08:00
parent 32f68c544e
commit e460ff6c04
5 changed files with 127 additions and 91 deletions

View File

@@ -50,6 +50,11 @@ namespace MoviconHub.App.Models
[Column(Name = "DeviceState", IsNullable = true)]
public int? DeviceState { get; set; }
/// <summary>
/// 报警信息
/// </summary>
[Column(Name = "AlarmMessage", StringLength = 180, IsNullable = true)]
public string AlarmMessage { get; set; }
/// <summary>
/// 创建时间