....
This commit is contained in:
13
Back/Data/Models/Notification.cs
Normal file
13
Back/Data/Models/Notification.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
public class Notification
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int Type { get; set; }
|
||||
public string Message { get; set; }
|
||||
public string? Path { get; set; }
|
||||
public string? ViewSize { get; set; }
|
||||
public string Date { get; set; }
|
||||
public bool Status { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user