Egyéb javítások

This commit is contained in:
2025-03-24 14:01:58 +01:00
parent d55dee91e9
commit 50a7eb5521
8 changed files with 85 additions and 17 deletions
@@ -11,6 +11,7 @@ namespace WorkFlowCheck.Common.DTO
public int Id { get; set; }
public int CheckListHeaderId { get; set; }
public int CheckListTemplateRowId { get; set; }
public virtual CheckListTemplateRowDTO CheckListTemplateRowDTO { get; set; }
public string Answer { get; set; } = null!;
public byte[] Photo { get; set; } = null!;
public Guid GuidNumber { get; set; }