update 20250319
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user