更改已知问题

This commit is contained in:
2026-03-23 11:17:47 +08:00
parent 1e3e794eff
commit 7715395fc7
2 changed files with 19 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ namespace CapMachine.Wpf.ViewModels
VRVTag = TagManager.DicTags.GetValueOrDefault("冷媒流量[kg/h]");
LubeFlowTag = TagManager.DicTags.GetValueOrDefault("润滑油流量[kg/h]");
LiqRefFlowTag= TagManager.DicTags.GetValueOrDefault("液冷媒流量[kg/h]");
Cond2TempTag = TagManager.DicTags.GetValueOrDefault("COND2温度[℃]");
}
@@ -204,6 +204,11 @@ namespace CapMachine.Wpf.ViewModels
/// </summary>
public ITag LubeFlowTag { get; set; }
/// <summary>
/// 液冷煤流量
/// </summary>
public ITag LiqRefFlowTag { get; set; }
/// <summary>
/// 冷媒流量
/// </summary>