Update 20241106
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -18,6 +18,10 @@ namespace Model
|
||||
public int zustaendig { get; set; } = 0;
|
||||
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 int team { get; set; } = 0;
|
||||
public DateTime archivdatum { get; set; } = DateTime.Now;
|
||||
public DateTime termin { get; set; } = DateTime.Now;
|
||||
@@ -42,6 +46,8 @@ namespace Model
|
||||
public int officevorlagenr { get; set; } = 0;
|
||||
public string filename { get; set; }
|
||||
public DataSet dsempfaenger { get; set; }
|
||||
public List<clsDocValue> DocValues { get; set; }
|
||||
public string VorlageBase64 { get; set; } = "";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user