update 20250111
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user