Na most jó a beküldéshez a Binding
This commit is contained in:
@@ -14,6 +14,8 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public CheckListTemplateRowDTO CheckListTemplateRowDTO { get; set; }
|
||||
public string GroupName => $"AnswerGroup_{CheckListTemplateRowDTO.RowIndex}";
|
||||
public string Answer { get; set; } = null!;
|
||||
public string AnswerYes { get; set; } = null!;
|
||||
public string AnswerNo { get; set; } = null!;
|
||||
public byte[] Photo { get; set; } = null!;
|
||||
public Guid GuidNumber { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user