IsEnabled a CheckPoint-hoz
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user