From 1ee1e8fa328e80be8cd22d7a3922a69b5b17fae6 Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Mon, 10 Mar 2025 15:05:26 +0100 Subject: [PATCH] =?UTF-8?q?=C3=89rt=C3=A9k=20megad=C3=A1sa=20is=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WorkFlowCheck.Common/DTO/CheckListTemplateRowDTO.cs | 1 + 1 file changed, 1 insertion(+) 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!;