mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-03 14:40:13 +08:00
feat(storage): implement storage management API and enhance storage mode handling
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Foxel.Models.DataBase;
|
||||
using Foxel.Models.Enums;
|
||||
using Foxel.Services.Attributes;
|
||||
|
||||
|
||||
namespace Foxel.Models.Request.Picture;
|
||||
|
||||
@@ -15,5 +13,5 @@ public record UploadPictureRequest
|
||||
|
||||
public int? AlbumId { get; set; }
|
||||
|
||||
public StorageType? StorageType { get; set; }
|
||||
public int? StorageModeId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user