CAN 配置和报文记录的功能

This commit is contained in:
2024-12-23 21:33:19 +08:00
parent 713b9b02e6
commit 8b21846424
20 changed files with 1021 additions and 114 deletions

View File

@@ -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; }