mirror of
https://gitee.com/czh-dev/upload-hub
synced 2026-06-03 22:09:32 +08:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package cn.czh.service;
|
||||
|
||||
import cn.czh.entity.StorageConfig;
|
||||
|
||||
public interface IStorageConfigService {
|
||||
|
||||
/**
|
||||
* 根据type获取存储配置
|
||||
*/
|
||||
StorageConfig getStorageConfigByType(String type);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user