Rename SzLib to SzCore
This commit is contained in:
11
SzCore/DataObjects/SzTemplateField.cs
Normal file
11
SzCore/DataObjects/SzTemplateField.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace SzCore.DataObjects;
|
||||
|
||||
public class SzTemplateField
|
||||
{
|
||||
public required string Name {get; set;}
|
||||
public required string Id {get; set;}
|
||||
public bool IsList {get; set;} = false;
|
||||
public string DefaultValue {get; set;} = "";
|
||||
public bool IsSpecialType {get; set;} = false;
|
||||
public string SpecialTypeValue {get; set;} = "";
|
||||
}
|
||||
Reference in New Issue
Block a user