mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-02 22:36:35 +08:00
优化了Workbench上的操作。
This commit is contained in:
@@ -216,8 +216,8 @@ namespace Serein.Library
|
||||
MethodName = this.MethodName,
|
||||
MethodAnotherName = this.MethodAnotherName,
|
||||
NodeType = this.MethodDynamicType.ToString(),
|
||||
ParameterDetailsInfos = this.ParameterDetailss.Select(p => p.ToInfo()).ToArray(),
|
||||
ReturnTypeFullName = this.ReturnType.FullName,
|
||||
ParameterDetailsInfos = this.ParameterDetailss?.Select(p => p.ToInfo()).ToArray(),
|
||||
ReturnTypeFullName = this.ReturnType?.FullName,
|
||||
IsParamsArgIndex = this.ParamsArgIndex,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user