update 20241127

This commit is contained in:
Stefan Hutter
2024-11-27 15:53:34 +01:00
parent 341ea50f06
commit 2a652c7325
11218 changed files with 1987907 additions and 362275 deletions

View File

@@ -19,8 +19,8 @@ namespace Model
public int unterschriftlinks { get; set; } = 0;
public int unterschriftrechts { get; set; } = 0;
public bool ohne_unterschrift { get; set; } = false;
public bool faksimile_unterschrfit { get; set; } = false;
public string ohne_unterschrift { get; set; } = "False";
public string faksimile_unterschrfit { get; set; } = "False";
public int team { get; set; } = 0;
public DateTime archivdatum { get; set; } = DateTime.Now;