update 20250319

This commit is contained in:
Stefan Hutter
2025-03-19 20:47:21 +01:00
parent 7e3381c926
commit 9651721aa0
137 changed files with 372200 additions and 47 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -84,6 +84,8 @@ namespace Model
public bool remove_signature { get; set; } = false;
public bool sign { get; set; } = false;
public List<clsav_authl_ref> avq_authl_ref { get; set; }
public string prefix { get; set; } = "";
public List<clsDocValue> DocValues {get;set;}
public List<clsDocMacro> DocMacros { get; set; }
@@ -94,6 +96,10 @@ namespace Model
}
public class clsav_authl_ref
{
public string auth_ref { get; set; }
}
public class clsNameVOrnameTM
{
public string TM { get; set; }

Binary file not shown.

Binary file not shown.