updaet 20250123

This commit is contained in:
Stefan Hutter
2025-01-24 16:25:47 +01:00
parent 52a3fecee5
commit 608c67d21b
156 changed files with 2055 additions and 1660 deletions

View File

@@ -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;
}