补充了Library的注释

This commit is contained in:
fengjiayi
2024-10-11 19:31:34 +08:00
parent aa85c907a3
commit 5bef0d9b57
27 changed files with 202 additions and 239 deletions

View File

@@ -7,12 +7,12 @@ namespace Serein.Library.Entity
{
/// <summary>
/// 参数
/// 节点入参参数信息
/// </summary>
public class ExplicitData
{
/// <summary>
/// 索引
/// 参数索引
/// </summary>
public int Index { get; set; }
/// <summary>