fix: change upload name

This commit is contained in:
2026-09-15 22:23:54 +07:00
parent 4078bf01f4
commit 637ca51f47
11 changed files with 62 additions and 46 deletions
+1
View File
@@ -14,6 +14,7 @@ public class Document
public string Title { get; set; } = string.Empty;
public DocumentType Type { get; set; } = DocumentType.Document;
public string? ContentHash { get; set; }
public string? StorageKey { get; set; }
public long? ContentSize { get; set; }
public DateTime? UpdatedContentAt { get; set; }
public Guid CreatedBy { get; set; }