mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-05 07:46:35 +08:00
优化FlowEnv
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Serein.NodeFlow.Model.Operation
|
||||
{
|
||||
public override string Theme => nameof(CreateNodeOperation);
|
||||
|
||||
|
||||
public required string CanvasGuid { get; set; }
|
||||
public required NodeControlType NodeControlType { get; set; }
|
||||
public required PositionOfUI Position { get; set; }
|
||||
|
||||
@@ -50,7 +50,7 @@ namespace Serein.NodeFlow.Model.Operation
|
||||
/// 流程依赖服务
|
||||
/// </summary>
|
||||
[AutoInjection]
|
||||
protected FlowLibraryManagement flowLibraryManagement;
|
||||
protected FlowLibraryService flowLibraryManagement;
|
||||
|
||||
/// <summary>
|
||||
/// 流程事件服务
|
||||
|
||||
Reference in New Issue
Block a user