mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-16 04:46:34 +08:00
优化了Workbench上的操作。
This commit is contained in:
@@ -174,9 +174,9 @@ namespace Serein.Library
|
||||
IsParams = this.IsParams,
|
||||
DataTypeFullName = this.DataType.FullName,
|
||||
Name = this.Name,
|
||||
ExplicitTypeFullName = this.ExplicitType.FullName,
|
||||
ExplicitTypeFullName = this.ExplicitType?.FullName,
|
||||
InputType = this.InputType.ToString(),
|
||||
Items = this.Items.Select(it => it).ToArray(),
|
||||
Items = this.Items?.Select(it => it).ToArray(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user