mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-11 20:19:24 +08:00
修改了保存方法,可以正常使用
This commit is contained in:
@@ -156,6 +156,7 @@ namespace Serein.WorkBench
|
||||
public bool state { get; set; }
|
||||
|
||||
public string value { get; set; }
|
||||
public string expression { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -175,10 +176,7 @@ namespace Serein.WorkBench
|
||||
/// </summary>
|
||||
public class Region
|
||||
{
|
||||
|
||||
public string guid { get; set; }
|
||||
|
||||
|
||||
public NodeInfo[] childNodes { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user