mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 08:10:47 +08:00
refactor(temp) : 修复了一些命名和构造函数入参类型
This commit is contained in:
@@ -196,7 +196,7 @@ namespace Serein.NodeFlow.Model.Nodes
|
||||
|
||||
string returnTypeName = nodeInfo.CustomData?.ReturnTypeName ?? typeof(object);
|
||||
|
||||
var flowLibService = Env.IOC.Get<FlowLibraryService>();
|
||||
var flowLibService = Env.IOC.Get<IFlowLibraryService>();
|
||||
|
||||
Type?[] argType = array.Select(info => string.IsNullOrWhiteSpace(info.ArgType) ? typeof(Unit)
|
||||
: Type.GetType(info.ArgType)
|
||||
|
||||
Reference in New Issue
Block a user