mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
1. Workben项目中,优化了Node的入参类型与返回类型包含泛型成员的类型显示。
This commit is contained in:
@@ -342,7 +342,7 @@ namespace Serein.Library
|
||||
}
|
||||
sb.AppendLine();
|
||||
sb.AppendLine($"返回值信息:");
|
||||
sb.AppendLine($"\t{this.ReturnType?.FullName}");
|
||||
sb.AppendLine($"\t{this.ReturnType?.GetFriendlyName()}");
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user