Add files to parse page
This commit is contained in:
@ -4,7 +4,13 @@
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int Path { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
||||
public string FileName { get; set; }
|
||||
|
||||
public int UploaderId { get; set; }
|
||||
|
||||
public DateTime? UploadedAt { get; set; }
|
||||
|
||||
public DateTime? ParsedAt { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user