增加CAN 调度表的配置
This commit is contained in:
@@ -44,12 +44,26 @@ 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 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
public long CANFdConfigExdId { get; set; } // 外键字段,必要
|
||||
public CANFdConfigExd CANFdConfigExd { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性 CAN 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
@@ -57,12 +71,12 @@ namespace CapMachine.Model.CANLIN
|
||||
public CANConfigExd CANConfigExd { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性 LIN 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
public long LINConfigExdId { get; set; } // 外键字段,必要
|
||||
public LINConfigExd LINConfigExd { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user