增加了CAN调度表发送,但是没有测试成功
This commit is contained in:
@@ -38,6 +38,11 @@ namespace CapMachine.Model.CANLIN
|
||||
[Column(Name = "DbcPath", IsNullable = false, StringLength = 500)]
|
||||
public string? DbcPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 调度表是否启用
|
||||
/// </summary>
|
||||
[Column(Name = "SchEnable")]
|
||||
public bool SchEnable { get; set; }
|
||||
|
||||
|
||||
///// <summary>
|
||||
|
||||
Reference in New Issue
Block a user