速度的拓展参数对应
This commit is contained in:
@@ -53,5 +53,11 @@ namespace CapMachine.Wpf.ChannelModel
|
||||
/// </summary>
|
||||
public Limit? CurLoadLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 拓展参数集合
|
||||
/// 比如:速度参数拓展的输出锁定、吸排气阀,压缩机使能等这些拓展参数
|
||||
/// 也可以是其他参数附带的拓展信息
|
||||
/// </summary>
|
||||
public List<StepExd>? ListStepExd { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user