恢复部分代码:tcpclientbase;IDBHistoryAlarm;sqlhisalarm

This commit is contained in:
Diego2098
2024-04-15 23:31:43 +08:00
parent e655f719e6
commit 40d85e8926
4 changed files with 5 additions and 10 deletions

View File

@@ -43,5 +43,6 @@ namespace ThingsGateway.Gateway.Application
public string Remark3 { get; set; }
public string Remark4 { get; set; }
public string Remark5 { get; set; }
}
}

View File

@@ -302,14 +302,7 @@ namespace ThingsGateway.Foundation
var task = Task.Run(() =>
{
try
{
socket.Connect(iPHost.Host, iPHost.Port);
}
catch (SocketException ex)
{
return;
}
socket.Connect(iPHost.Host, iPHost.Port);
}, token);
task.ConfigureFalseAwait();
try

View File

@@ -8,7 +8,7 @@
// QQ群605534569
//------------------------------------------------------------------------------
namespace ThingsGateway.Gateway.Application;
namespace ThingsGateway.Plugin.SqlHisAlarm;
public class HisAlarmDayStatisticsOutput
{

View File

@@ -11,8 +11,9 @@
using System.ComponentModel;
using ThingsGateway.Core;
using ThingsGateway.Gateway.Application;
namespace ThingsGateway.Gateway.Application;
namespace ThingsGateway.Plugin.SqlHisAlarm;
/// <summary>
/// HistoryAlarmPageInput