Add files to parse page

This commit is contained in:
2025-11-17 17:03:43 +09:00
parent 1be00766ec
commit 60cc921a05
5 changed files with 96 additions and 1 deletions

View File

@ -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; }