👔 Remove account from file object

This commit is contained in:
2026-01-13 01:08:20 +08:00
parent 4b7740e606
commit 8e39004f68
5 changed files with 684 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ 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; }