报警联系人

This commit is contained in:
quowingwang
2025-12-20 09:55:27 +08:00
parent 835e7fb7e7
commit b9acd961d9
2 changed files with 17 additions and 2 deletions

View File

@@ -29,10 +29,14 @@ namespace ZR.Model.MES.andon.Dto
public string AlarmInfo { get; set; }
public string Receiver { get; set; }
public int Receiver { get; set; }
public string ReceiverName { get; set; }
public int Manager { get; set; }
public string ManagerName { get; set; }
public int? Sequence { get; set; }
public int? DurationTime { get; set; }