V1版本
This commit is contained in:
@@ -97,11 +97,11 @@ namespace CapMachine.Model
|
||||
public bool InhExhValve { get; set; }
|
||||
|
||||
// <summary>
|
||||
/// 加热器使能(0/1)
|
||||
/// 加热器使能(0/1)PTC使能
|
||||
/// 跟随速度步骤的常值数据
|
||||
/// </summary>
|
||||
[Column(Name = "HeatEnable")]
|
||||
public bool HeatEnable { get; set; }
|
||||
[Column(Name = "PTCEnable")]
|
||||
public bool PTCEnable { get; set; }
|
||||
|
||||
|
||||
[Column(ServerTime = DateTimeKind.Local, CanUpdate = false)]
|
||||
|
||||
Reference in New Issue
Block a user