一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Service.Interface
|
||||
{
|
||||
/// <summary>
|
||||
/// 文件存储管理 服务接口
|
||||
/// </summary>
|
||||
public interface IFileStorageService
|
||||
{
|
||||
// TODO: 定义 文件存储管理 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user