JsonSerialize javítása
This commit is contained in:
@@ -11,6 +11,7 @@ namespace WorkFlowCheck.MAUI.DataLayer.Entities
|
||||
public int Id { get; set; }
|
||||
public string ShortName { get; set; } = null!;
|
||||
public string Code { get; set; } = null!;
|
||||
public bool IsEnabled { get; set; }
|
||||
|
||||
public virtual ICollection<CheckListTemplateRow> CheckListTemplateRows { get; set; } = new List<CheckListTemplateRow>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user