feat(storage): refactor storage service and provider interface, support dynamic registration of storage providers

This commit is contained in:
ShiYu
2025-05-22 16:31:32 +08:00
parent cafe48402e
commit 9243a26189
15 changed files with 237 additions and 105 deletions

View File

@@ -1,5 +1,6 @@
using System.ComponentModel.DataAnnotations;
using Foxel.Models.DataBase;
using Foxel.Services.Attributes;
namespace Foxel.Models.Request.Picture;