一些优化:CAN和PLC地址的优化
This commit is contained in:
@@ -32,10 +32,20 @@ namespace CapMachine.Model.CANLIN
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置项值 DBC里面的信号名称
|
||||
/// 配置项值
|
||||
/// DBC里面的 消息名称 MsgId对应 帧名称
|
||||
/// SDF里面的 Frame名称 帧名称
|
||||
/// </summary>
|
||||
[Column(Name = "Content", IsNullable = false, StringLength = 100)]
|
||||
public string? Content { get; set; }
|
||||
[Column(Name = "MsgFrameName", IsNullable = false, StringLength = 100)]
|
||||
public string? MsgFrameName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置项值
|
||||
/// DBC里面的信号名称
|
||||
/// SDF里面的信号名称
|
||||
/// </summary>
|
||||
[Column(Name = "SignalName", IsNullable = false, StringLength = 100)]
|
||||
public string? SignalName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置项默认值和数据
|
||||
|
||||
Reference in New Issue
Block a user