更改了报警地址

复位地址
数据记录进行了校验
This commit is contained in:
2025-06-17 18:14:38 +08:00
parent 4cbb3955a4
commit 3fde19855d
15 changed files with 1377 additions and 418 deletions

View File

@@ -148,13 +148,13 @@ namespace CapMachine.Wpf.Models
/// <summary>
/// 冷媒流量[L/min]
/// </summary>
[Name("冷媒流量[L/min]")]
[Name("冷媒流量[kg/h]")]
public double VRV { get; set; }
/// <summary>
/// 润滑油流量[L/min]
/// </summary>
[Name("润滑油流量[L/min]")]
[Name("润滑油流量[kg/h]")]
public double LubeFlow { get; set; }
/// <summary>