update 20250111

This commit is contained in:
Stefan Hutter
2025-01-11 18:28:18 +01:00
parent bd4598e4a8
commit 11b4f840f0
150 changed files with 3091 additions and 390 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -73,10 +73,18 @@ namespace Model
public List<clsDocValue> DocValues {get;set;}
public List<clsDocMacro> DocMacros { get; set; }
public List<clsNameVOrnameTM> VornameNameTextmarken { get; set; }
public DataTable dokumentwerte { get; set; }
}
public class clsNameVOrnameTM
{
public string TM { get; set; }
public string FNKT { get; set; }
}
public class clsDocValue
{
public string TMBeginn { get; set; }

Binary file not shown.

Binary file not shown.