修改历史记录功能(未完成)

This commit is contained in:
2025-09-11 18:09:35 +08:00
parent 5ca4fe7124
commit 5680c38fa9
13 changed files with 343 additions and 195 deletions

View File

@@ -41,6 +41,13 @@ public class AppDataStorageService : IAppDataStorageService
/// 安全字典用于存储所有MQTT变量别名的数据
/// </summary>
public ConcurrentDictionary<int, VariableMqttAliasDto> VariableMqttAliases { get; } = new();
/// <summary>
/// 安全字典,用于存储所有历史记录
/// </summary>
public ConcurrentDictionary<int, VariableHistoryDto> VariableHistories { get; } = new();
/// <summary>
/// 安全字典,用于存储所有日志数据