update 2024-09-11
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -34,6 +34,7 @@ namespace Model
|
||||
|
||||
|
||||
public bool Barcode { get; set; }
|
||||
public bool PrintLogo { get; set; } = false;
|
||||
|
||||
public string UseEDOKA_Values { get; set; }
|
||||
public List<clsDocValue> DocValues {get;set;}
|
||||
|
||||
@@ -36,7 +36,9 @@ namespace Model
|
||||
public string team { get; set; }
|
||||
public string verantwortlich { get; set; }
|
||||
public string status { get; set; }
|
||||
public Erstellungsart erstellungsart { get; set; }
|
||||
public Erstellungsart erstellungsart { get; set; }
|
||||
|
||||
public string logo { get; set; } = "";
|
||||
public DataTable dokumentwerte { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user