快速工况修改
工艺图更改
This commit is contained in:
@@ -134,9 +134,10 @@ namespace CapMachine.Wpf.Dtos
|
||||
|
||||
private double _EVAPExpTemp;
|
||||
/// <summary>
|
||||
/// 蒸发混合温度 信息
|
||||
/// --蒸发混合温度 信息
|
||||
/// 吸气电加热温度(℃)
|
||||
/// </summary>
|
||||
[Column("蒸发混合温度(℃)")]
|
||||
[Column("吸气电加热温度(℃)")]
|
||||
public double EVAPExpTemp
|
||||
{
|
||||
get { return _EVAPExpTemp; }
|
||||
@@ -244,9 +245,10 @@ namespace CapMachine.Wpf.Dtos
|
||||
|
||||
private double _EnvRH;
|
||||
/// <summary>
|
||||
/// 压缩机环境湿度 信息
|
||||
/// --压缩机环境湿度 信息
|
||||
/// 阀前温度(℃)
|
||||
/// </summary>
|
||||
[Column("压缩机环境湿度(%)")]
|
||||
[Column("阀前温度(℃)")]
|
||||
public double EnvRH
|
||||
{
|
||||
get { return _EnvRH; }
|
||||
|
||||
Reference in New Issue
Block a user