报警响应

This commit is contained in:
quowingwang
2025-12-20 10:18:33 +08:00
parent e9bc9f870b
commit 4c5f59bb39
2 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ namespace ZR.Model.MES.andon.Dto
{
public DateTime startTime { get; set; }
public DateTime endTime { get; set; }
public string AlarmCode { get; set; }
public string AlarmTypeCode { get; set; }
}
/// <summary>