BUGFIXEK UI oldalon

This commit is contained in:
2025-03-31 22:13:28 +02:00
parent 61dd5bc9a1
commit ea305ebbf4
6 changed files with 22 additions and 17 deletions
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WorkFlowCheck.Common.Enums;
namespace WorkFlowCheck.MAUI.DataLayer.Entities
{
@@ -10,7 +11,8 @@ namespace WorkFlowCheck.MAUI.DataLayer.Entities
{
public int Id { get; set; }
public int CheckListTemplateHeaderId { get; set; }
public virtual CheckListTemplateHeader CheckListTemplateHeader { get; set; }
public virtual CheckListTemplateHeader? CheckListTemplateHeader { get; set; }
public CheckStatus CheckStatus { get; set; }
public DateTime DateExecution { get; set; }
public int UserId { get; set; }
public string ShortName { get; set; } = null!;