diff --git a/src/WorkFlowCheck.Common/DTO/CheckListTemplateRowDTO.cs b/src/WorkFlowCheck.Common/DTO/CheckListTemplateRowDTO.cs index ded6dd3..f954378 100644 --- a/src/WorkFlowCheck.Common/DTO/CheckListTemplateRowDTO.cs +++ b/src/WorkFlowCheck.Common/DTO/CheckListTemplateRowDTO.cs @@ -22,6 +22,7 @@ namespace WorkFlowCheck.Common.DTO /// I-SN (Fehér igen, sárga nem) /// PI-N (Piros igen,fehér nem) /// I-PN (Fehér igen, piros nem) + /// V (Érték megadása) /// /// public string AnswerType { get; set; } = null!;