CAN FD 波特率等参数的增加和联动配置
This commit is contained in:
@@ -45,6 +45,13 @@ namespace CapMachine.Model.CANLIN
|
||||
public List<CanLinRWConfig>? CanLinConfigContents { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性 LIN 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
public long CANFdConfigExdId { get; set; } // 外键字段,必要
|
||||
public CANFdConfigExd CANFdConfigExd { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ///////////////////////////////////////////导航属性 CAN 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
@@ -52,12 +59,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