namespace BelegeingangDatabase { public class Requirement { public int Id { get; set; } public int DocumentTypeId { get; set; } public string Field { get; set; } public int? FieldId { get; set; } public string? Hinweis { get; set; } public bool? Required { get; set; } } }