修改了保存方法,可以正常使用

This commit is contained in:
fengjiayi
2024-08-05 20:32:16 +08:00
parent 5b15871f65
commit e6848e6417
6 changed files with 100 additions and 60 deletions

View File

@@ -12,7 +12,9 @@ namespace Serein.DynamicFlow.NodeModel
/// </summary>
public class SingleExpOpNode : NodeBase
{
/// <summary>
/// 表达式
/// </summary>
public string Expression { get; set; }