updaet 20250123
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -63,7 +63,10 @@ namespace Model
|
||||
public string zustelladresse { get; set; } = "";
|
||||
public string anrede { get; set; } = "";
|
||||
|
||||
|
||||
public int toapprove { get; set; } = 0;
|
||||
public int approved { get; set; } = 0;
|
||||
public int approval1 { get; set; } = 0;
|
||||
public int approval2 { get; set; } = 0;
|
||||
|
||||
public bool Barcode { get; set; }
|
||||
public bool PrintLogo { get; set; } = false;
|
||||
|
||||
@@ -68,6 +68,14 @@ namespace Model
|
||||
public string barcode_content { get; set; } = "";
|
||||
public string barcode_text { get; set; } = "";
|
||||
|
||||
public int toapproval { get; set; } = 0;
|
||||
public int approved { get; set; } = 0;
|
||||
public int approval1 { get; set; } = 0;
|
||||
public int approval2 { get; set; } = 0;
|
||||
public int faksimile { get; set; } = 0;
|
||||
public int ohneunterschrift { get; set; } = 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user