报警联系人
This commit is contained in:
parent
b9acd961d9
commit
55d290c51c
@ -54,5 +54,26 @@ namespace ZR.Model.MES.andon
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnName = "response_time")]
|
[SugarColumn(ColumnName = "response_time")]
|
||||||
public int ResponseTime { get; set; }
|
public int ResponseTime { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 接收方
|
||||||
|
/// </summary>
|
||||||
|
[SugarColumn(ColumnName = "receiver")]
|
||||||
|
public int Receiver { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 接收方名称
|
||||||
|
/// </summary>
|
||||||
|
[SugarColumn(ColumnName = "receiver_name")]
|
||||||
|
public string ReceiverName { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 管理方
|
||||||
|
/// </summary>
|
||||||
|
[SugarColumn(ColumnName = "manager")]
|
||||||
|
public int Manager { get; set; }
|
||||||
|
|
||||||
|
[SugarColumn(ColumnName = "manager_name")]
|
||||||
|
public string ManagerName { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -31,6 +31,14 @@ namespace ZR.Model.MES.andon.Dto
|
|||||||
|
|
||||||
public int ResponseTime { get; set; }
|
public int ResponseTime { get; set; }
|
||||||
|
|
||||||
|
public int Receiver { get; set; }
|
||||||
|
|
||||||
|
public string ReceiverName { get; set; }
|
||||||
|
|
||||||
|
public int Manager { get; set; }
|
||||||
|
|
||||||
|
public string ManagerName { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class AlarmTypePullDownDto
|
public class AlarmTypePullDownDto
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user