🗃️ Add account relationships

This commit is contained in:
2025-04-16 01:16:35 +08:00
parent 701a5d3882
commit cec8c3af81
8 changed files with 764 additions and 15 deletions

View File

@ -20,7 +20,7 @@ public class RemoteStorageConfig
public string? AccessProxy { get; set; }
}
public class CloudFile : BaseModel
public class CloudFile : ModelBase
{
public string Id { get; set; } = Guid.NewGuid().ToString();
[MaxLength(1024)] public string Name { get; set; } = string.Empty;