增加CAN 调度表配置
This commit is contained in:
@@ -44,6 +44,17 @@ namespace CapMachine.Model.CANLIN
|
||||
|
||||
public List<CanLinRWConfig>? CanLinConfigContents { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
///CAN 的调度表配置模式
|
||||
public List<CANScheduleConfig>? CanScheduleConfigs { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
///LIN 的调度表配置模式
|
||||
public List<LINScheduleConfig>? LinScheduleConfigs { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性 LIN 一对一///////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user