mirror of
https://gitee.com/czh-dev/upload-hub
synced 2026-06-03 22:09:32 +08:00
feat:新增存储配置修改功能
This commit is contained in:
@@ -9,4 +9,9 @@ public interface IStorageConfigService {
|
||||
*/
|
||||
StorageConfig getStorageConfigByType(String type);
|
||||
|
||||
/**
|
||||
* 更新存储配置
|
||||
*/
|
||||
void updateStorageConfig(StorageConfig config);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user