Rename SzLib to SzCore
This commit is contained in:
10
SzCore/DataObjects/SzDataObjectTemplate.cs
Normal file
10
SzCore/DataObjects/SzDataObjectTemplate.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SzCore.DataObjects;
|
||||
|
||||
public class SzDataObjectTemplate
|
||||
{
|
||||
public required string Name {get; set;}
|
||||
public required string Id {get; set;}
|
||||
public Guid? Uuid {get; set;}
|
||||
public required string DataObjectType {get; set;}
|
||||
public Dictionary<string, SzTemplateField> TemplateFields {get; set;} = [];
|
||||
}
|
||||
Reference in New Issue
Block a user