This commit is contained in:
2024-12-18 15:50:21 +08:00
parent 684973e6b7
commit b2c54119ea
214 changed files with 65908 additions and 8461 deletions

View File

@@ -195,10 +195,10 @@ namespace CapMachine.Model.QuickMeterConfig
public bool InhExhValve { get; set; }
// <summary>
/// 加热器使能0/1
/// 加热器使能0/1PTC使能
/// 跟随速度步骤的常值数据
/// </summary>
[Column(Name = "HeatEnable")]
public bool HeatEnable { get; set; }
[Column(Name = "PTCEnable")]
public bool PTCEnable { get; set; }
}
}