From 01275149f4190c90454b50f98ee4f4a6d31dae8b Mon Sep 17 00:00:00 2001 From: quowingwang Date: Thu, 11 Dec 2025 11:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes/andon/AndonAlarmRecordController.cs | 1 - ZR.Model/MES/andon/AndonAlarmRecord.cs | 17 ----------------- ZR.Model/MES/andon/Dto/AndonAlarmRecordDto.cs | 6 ------ 3 files changed, 24 deletions(-) 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; }