ulr
This commit is contained in:
12
Back/Data/Models/Ulr.cs
Normal file
12
Back/Data/Models/Ulr.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
//User login report
|
||||
public class Ulr
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Ip { get; set; }
|
||||
public string Type { get; set; } //Panel or Main
|
||||
public string Date { get; set; }
|
||||
public string Time { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user