refactor:删除MqttServerDto,将使用MqttServerDto的全部转为使用MqttServer

This commit is contained in:
2025-10-06 19:32:45 +08:00
parent c85f89db33
commit 94ad940e03
17 changed files with 174 additions and 222 deletions

View File

@@ -34,7 +34,7 @@ public interface IAppDataStorageService
/// <summary>
/// 安全字典用于存储所有MQTT服务器数据
/// </summary>
ConcurrentDictionary<int, MqttServerDto> MqttServers { get; }
ConcurrentDictionary<int, MqttServer> MqttServers { get; }
/// <summary>
/// 安全字典,用于存储所有日志数据