mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-25 10:36:35 +08:00
对象预览器支持了值类型集合成员的简单预览
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Serein.Library.Entity
|
||||
/// <summary>
|
||||
/// 是否监视数据改变
|
||||
/// </summary>
|
||||
public bool IsMonitorFlowData { get; set; } = false;
|
||||
// public bool IsMonitorFlowData { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 中断级别,暂时停止继续执行后继分支。
|
||||
@@ -26,8 +26,7 @@ namespace Serein.Library.Entity
|
||||
/// <summary>
|
||||
/// 中断表达式
|
||||
/// </summary>
|
||||
public List<string> InterruptExpressions { get; } = new List<string>();
|
||||
|
||||
// public List<string> InterruptExpressions { get; } = new List<string>();
|
||||
|
||||
/// <summary>
|
||||
/// 取消中断的回调函数
|
||||
|
||||
Reference in New Issue
Block a user