update 20250505

This commit is contained in:
Stefan Hutter
2025-05-04 17:33:00 +02:00
parent c7a4e24e3f
commit 5aa75038e7
69 changed files with 405 additions and 170 deletions

View File

@@ -42,6 +42,17 @@ namespace Model
public List<attribute> attributes { get; set; }
}
public class OnBaseDokument_Revision
{
public string dokumentHandle { get; set; }
public string dateiTyp { get; set; }
public string dokumentDatei { get; set; }
public string dokumentTyp { get; set; }
public string comment { get; set; }
public List<attribute> attributes { get; set; }
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.