Remove UUID and change the way versions work

This commit is contained in:
2026-02-05 22:52:33 -06:00
parent 2a016dad89
commit 05d3decbd8
6 changed files with 32 additions and 26 deletions

View File

@@ -4,7 +4,6 @@ public interface ISzTemplate
{
public string Name { get; set; }
public string Id { get; set; }
public Guid Uuid { get; set; }
public string Description { get; set; }
public Dictionary<string, SzTemplateField> TemplateFields { get; set; }
}