DeviceMessage

This commit is contained in:
2025-04-08 21:06:03 +02:00
parent a201e2028e
commit 4eaffbcc4f
2 changed files with 104 additions and 11 deletions
@@ -16,5 +16,7 @@ namespace WorkFlowCheck.Common.DTO
public string Message { get; set; } = null!;
public string ExtraDataJSON { get; set; } = null!;
public bool IsReaded { get; set; }
public int? RoleId { get; set; }
public RoleDTO? RoleDTO { get; set; }
}
}