变量修改

This commit is contained in:
2026-03-10 10:52:08 +08:00
parent 2a57455755
commit d499283185
12 changed files with 19 additions and 647 deletions

View File

@@ -36,7 +36,7 @@ namespace CapMachine.Wpf.Models
Map(m => m.OS1Temp).Name("OS1温度[℃]");
Map(m => m.OS2Temp).Name("OS2温度[℃]");
Map(m => m.Cond2Temp).Name("COND2温度[℃]");
Map(m => m.EVAPExpTemp).Name("EVAP出口温度[℃]");
Map(m => m.EVAPExpTemp).Name("蒸发混合温度[℃]");
Map(m => m.VRV).Name("冷媒流量[L/min]");
Map(m => m.LubeFlow).Name("润滑油流量[L/min]");
Map(m => m.ExTemp).Name("排气温度[℃]");