update 2024-09-11

This commit is contained in:
Stefan Hutter
2024-09-11 15:54:56 +02:00
parent bf8e19e19f
commit 3d8d977a04
49 changed files with 1256 additions and 141 deletions

View File

@@ -36,7 +36,9 @@ namespace Model
public string team { get; set; }
public string verantwortlich { get; set; }
public string status { get; set; }
public Erstellungsart erstellungsart { get; set; }
public Erstellungsart erstellungsart { get; set; }
public string logo { get; set; } = "";
public DataTable dokumentwerte { get; set; }
}