251030
This commit is contained in:
@@ -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>
|
||||
/// 创建时间
|
||||
|
||||
Reference in New Issue
Block a user