feat:存储配置添加测试连接功能

This commit is contained in:
czhqwer
2025-03-27 23:59:04 +08:00
parent a867376581
commit 7f121a0d6d
11 changed files with 190 additions and 44 deletions

View File

@@ -14,4 +14,9 @@ public interface IStorageConfigService {
*/
void updateStorageConfig(StorageConfig config);
/**
* 测试存储配置
*/
void testStorageConfig(StorageConfig config);
}