重载加载数据代码

This commit is contained in:
2025-09-09 17:47:20 +08:00
parent e92f5dac5d
commit ddfb124204
5 changed files with 110 additions and 97 deletions

View File

@@ -39,4 +39,9 @@ public interface IAppDataStorageService
/// 安全字典,用于存储所有日志数据
/// </summary>
ConcurrentDictionary<int, NlogDto> Nlogs { get; }
/// <summary>
/// 安全字典用于存储所有MQTT变量别名的数据
/// </summary>
ConcurrentDictionary<int, VariableMqttAliasDto> VariableMqttAliases { get; }
}