修改了自述文件

This commit is contained in:
fengjiayi
2024-10-11 19:37:07 +08:00
parent 5bef0d9b57
commit 1f4a6c0609
2 changed files with 10 additions and 13 deletions

View File

@@ -15,13 +15,11 @@ namespace Serein.Library.Api
/// </summary>
FlipflopStateType State { get; set; }
/// <summary>
/// 触发传递的数据
/// 触发类型
/// </summary>
//TriggerData TriggerData { get; set; }
TriggerType Type { get; set; }
/// <summary>
/// 触发传递的数据
/// 触发传递的数据
/// </summary>
TResult Value { get; }
}