报警记录

This commit is contained in:
quowingwang
2025-12-11 11:34:27 +08:00
parent 5e756cdc5f
commit 01275149f4
3 changed files with 0 additions and 24 deletions

View File

@@ -104,6 +104,5 @@ namespace ZR.Admin.WebApi.Controllers.andon
}
}

View File

@@ -49,23 +49,6 @@ namespace ZR.Model.MES.andon
[SugarColumn(ColumnName = "alarm_info")]
public string AlarmInfo { get; set; }
/// <summary>
/// 发送方ID
/// </summary>
public string Sender { get; set; }
/// <summary>
/// 发送方名称
/// </summary>
[SugarColumn(ColumnName = "sender_name")]
public string SenderName { get; set; }
/// <summary>
/// 发送时间
/// </summary>
[SugarColumn(ColumnName = "send_time")]
public DateTime? SendTime { get; set; }
/// <summary>
/// 接收方
/// </summary>

View File

@@ -29,12 +29,6 @@ namespace ZR.Model.MES.andon.Dto
public string AlarmInfo { get; set; }
public string Sender { get; set; }
public string SenderName { get; set; }
public DateTime? SendTime { get; set; }
public string Receiver { get; set; }
public string ReceiverName { get; set; }