CheckListServices továbbfejlesztése

This commit is contained in:
2025-03-19 18:16:34 +01:00
parent 63b9beef35
commit 2e335e7b8a
14 changed files with 366 additions and 64 deletions
@@ -9,8 +9,10 @@ namespace WorkFlowCheck.Common.DTO
public int CheckListTemplateHeaderId { get; set; }
public int EquipmentId { get; set; }
public EquipmentDTO EquipmentDTO { get; set; }
public int CheckPointId { get; set; }
public CheckPointDTO CheckPointDTO { get; set; }
public string OperationDescription { get; set; } = null!;