Implement file upload

This commit is contained in:
2025-11-20 09:55:57 +09:00
parent 7c5c889c53
commit 5b3cb2cabd
9 changed files with 128 additions and 16 deletions

View File

@ -8,9 +8,9 @@
public string FileName { get; set; }
public int UploaderId { get; set; }
public string UploaderId { get; set; }
public DateTime? UploadedAt { get; set; }
public DateTime UploadedAt { get; set; }
public DateTime? ParsedAt { get; set; }