mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修改了很多
This commit is contained in:
@@ -33,7 +33,6 @@ namespace Serein.Library
|
||||
/// 节点的调试设置
|
||||
/// </summary>
|
||||
DebugSetting,
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -68,6 +67,12 @@ namespace Serein.Library
|
||||
/// 是否禁止参数进行修改(初始化后不能再通过 Setter 修改)
|
||||
/// </summary>
|
||||
public bool IsProtection = false;
|
||||
|
||||
/// <summary>
|
||||
/// 自定义代码
|
||||
/// </summary>
|
||||
public string CustomCode = null;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user