update 20250202

This commit is contained in:
Stefan Hutter
2025-02-02 18:07:10 +01:00
parent f1f74f8cc5
commit 293b615547
133 changed files with 333088 additions and 333 deletions

View File

@@ -78,6 +78,11 @@ namespace Model
public bool FillOffice { get; set; } = false;
public string UseEDOKA_Values { get; set; }
public bool signiert { get; set; } = false;
public bool remove_signature { get; set; } = false;
public bool sign { get; set; } = false;
public List<clsDocValue> DocValues {get;set;}
public List<clsDocMacro> DocMacros { get; set; }