LIN SCH 更改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using FreeSql.DataAnnotations;
|
||||
using FreeSql.DataAnnotations;
|
||||
|
||||
namespace CapMachine.Model.CANLIN
|
||||
{
|
||||
@@ -22,6 +22,12 @@ namespace CapMachine.Model.CANLIN
|
||||
[Column(Name = "IsActive")]
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 帧/报文是否被选中(属于当前调度表内生效的帧)
|
||||
/// </summary>
|
||||
[Column(Name = "IsMsgActived")]
|
||||
public bool IsMsgActived { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 消息名称/帧名称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user