fix: change upload name
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user