Added SZ singleton and services
This commit is contained in:
@@ -2,8 +2,8 @@ namespace SzCore.DataObjects;
|
||||
|
||||
public class SzTemplateField
|
||||
{
|
||||
public required string Name {get; set;}
|
||||
public required string Id {get; set;}
|
||||
public required SzFieldType FieldType { get; set; }
|
||||
public bool IsList {get; set;} = false;
|
||||
public string DefaultValue {get; set;} = "";
|
||||
public bool IsSpecialType {get; set;} = false;
|
||||
|
||||
Reference in New Issue
Block a user