CAN 配置和报文记录的功能
This commit is contained in:
@@ -32,7 +32,7 @@ namespace CapMachine.Model.CANLIN
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置项值
|
||||
/// 配置项值 DBC里面的信号名称
|
||||
/// </summary>
|
||||
[Column(Name = "Content", IsNullable = false, StringLength = 100)]
|
||||
public string? Content { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user