一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Service.Interface;
|
||||
|
||||
namespace Service.Implement
|
||||
{
|
||||
/// <summary>
|
||||
/// 文件存储管理 服务实现
|
||||
/// </summary>
|
||||
public class FileStorageService : IFileStorageService
|
||||
{
|
||||
// TODO: 实现 文件存储管理 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user