LIN 调度表功能同步 25002
This commit is contained in:
@@ -31,5 +31,12 @@ namespace CapMachine.Model.CANLIN
|
||||
/// </summary>
|
||||
[Column(Name = "LdfPath", IsNullable = false, StringLength = 500)]
|
||||
public string? LdfPath { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 调度表是否启用
|
||||
/// </summary>
|
||||
[Column(Name = "SchEnable")]
|
||||
public bool SchEnable { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user