update 20250728

This commit is contained in:
Stefan Hutter
2025-07-28 18:45:01 +02:00
parent 2237be483d
commit e33c7ede5b
65 changed files with 436 additions and 212 deletions

View File

@@ -14,6 +14,7 @@ namespace Model
public string Mitteilung { get; set; }
public string GAS { get; set; }
public string GASAdresse { get; set; }
public string GASSize { get; set; }
public bool verified { get; set; } = false;
public int partnernr { get; set; } = 0;
public bool send_onbase_doc { get; set; }
@@ -61,6 +62,7 @@ namespace Model
public string DocumentHandle { get; set; } = "";
public string DistributionOption { get; set; } = "";
public string GASCouvert { get; set; } = "";
public string GASSize { get; set; } = "";
public string Returnaddress { get; set; } = "";
public string O2ODochandle { get; set; } = "";
public string Status { get; set; } = "";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.