diff --git a/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmRecordController.cs b/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmRecordController.cs
index 6014958e..168244d4 100644
--- a/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmRecordController.cs
+++ b/ZR.Admin.WebApi/Controllers/mes/andon/AndonAlarmRecordController.cs
@@ -104,6 +104,5 @@ namespace ZR.Admin.WebApi.Controllers.andon
-
}
}
\ No newline at end of file
diff --git a/ZR.Model/MES/andon/AndonAlarmRecord.cs b/ZR.Model/MES/andon/AndonAlarmRecord.cs
index 5894cd52..6c0b782c 100644
--- a/ZR.Model/MES/andon/AndonAlarmRecord.cs
+++ b/ZR.Model/MES/andon/AndonAlarmRecord.cs
@@ -49,23 +49,6 @@ namespace ZR.Model.MES.andon
[SugarColumn(ColumnName = "alarm_info")]
public string AlarmInfo { get; set; }
- ///
- /// 发送方ID
- ///
- public string Sender { get; set; }
-
- ///
- /// 发送方名称
- ///
- [SugarColumn(ColumnName = "sender_name")]
- public string SenderName { get; set; }
-
- ///
- /// 发送时间
- ///
- [SugarColumn(ColumnName = "send_time")]
- public DateTime? SendTime { get; set; }
-
///
/// 接收方
///
diff --git a/ZR.Model/MES/andon/Dto/AndonAlarmRecordDto.cs b/ZR.Model/MES/andon/Dto/AndonAlarmRecordDto.cs
index be096eaa..73299bf7 100644
--- a/ZR.Model/MES/andon/Dto/AndonAlarmRecordDto.cs
+++ b/ZR.Model/MES/andon/Dto/AndonAlarmRecordDto.cs
@@ -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; }