IsEnabled a CheckPoint-hoz

This commit is contained in:
2025-03-31 13:39:02 +02:00
parent 56f17681be
commit 7996f887ba
14 changed files with 1155 additions and 21 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ namespace WorkFlowCheck.DL.Entities
{
public int Id { get; set; }
public string ShortName { get; set; }
public string Code { get; set; }
public string Code { get; set; }
public bool IsEnabled { get; set; }
public bool IsDeleted { get; set; }
public DateTime LastModAt { get; set; }
public string LastModBy { get; set; } = null!;