RoleCheckPoint
This commit is contained in:
@@ -9,6 +9,6 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public virtual Role Role { get; set; } = null!;
|
||||
public int CheckListTemplateHeaderId { get; set; }
|
||||
public virtual CheckListTemplateHeader CheckListTemplateHeader { get; set; } = null!;
|
||||
public bool Enabled { get; set; } = false;
|
||||
public bool Enabled { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user