update 20241206

This commit is contained in:
Stefan Hutter
2024-12-06 21:38:12 +01:00
parent 9dccb8be8f
commit 8ade484063
187 changed files with 60608 additions and 705 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -52,6 +52,7 @@ namespace Model
public string barcode_type { get; set; } = "";
public string barcode_content { get; set; } = "";
public string barcode_text { get; set; } = "";

View File

@@ -65,7 +65,8 @@ namespace Model
public string barcode_textposition { get; set; } = "";
public string barcode_zusatz { get; set; }
public string barcode_type { get; set; } = "";
public string barcode_content { get; set; }
public string barcode_content { get; set; } = "";
public string barcode_text { get; set; } = "";
}

Binary file not shown.

Binary file not shown.