update 20241127
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user