LIN SCH 更改

This commit is contained in:
2025-10-15 09:54:46 +08:00
parent db6acc2741
commit ad1d3e081f
6 changed files with 164 additions and 54 deletions

View File

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