⚗️ Testing out the File Storing System v2
This commit is contained in:
@@ -6,6 +6,7 @@ namespace DysonNetwork.Shared.Models;
|
||||
public class SnFileObject : ModelBase
|
||||
{
|
||||
[MaxLength(32)] public string Id { get; set; }
|
||||
public Guid AccountId { get; set; }
|
||||
|
||||
public long Size { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user