Most működik az üzenetküldés Backenden
This commit is contained in:
@@ -7,6 +7,8 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public string ShortName { get; set; }
|
||||
public string Code { get; set; }
|
||||
public bool IsEnabled { get; set; }
|
||||
public int? RoleId { get; set; }
|
||||
public string? RoleName { get; set; }
|
||||
public List<CheckListTemplateRowDTO>? CheckListTemplateRowDTO { get; set; } = new List<CheckListTemplateRowDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user