Update 20260417
This commit is contained in:
@@ -160,7 +160,8 @@ namespace Model
|
||||
public string FaksimileUnterschrift { get; set; }
|
||||
public string PrintLogo { get; set; }
|
||||
public string Dokumentdatum { get; set; }
|
||||
public string Bezeichnung { get; set; }
|
||||
public string _Bezeichnung = "";
|
||||
public string Bezeichnung { get => _Bezeichnung; set => _Bezeichnung = value ?? ""; }
|
||||
public List<attribute> APIValues { get; set; }
|
||||
public List<textreplace> TextToReplace { get; set; }
|
||||
public string PDFDoc { get; set; }
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user