仪表盘
版本库
文件存储
活动
搜索
登录
NewCsharp
/
GS_MesService
新框架PC后端代码(祈禧6月初版本)
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
first commit
南骏 池
3 天以前
72449a1b8699b65712e57fba8abce5a8240e9465
[NewCsharp/GS_MesService.git]
/
WebApi
/
Gs.Toolbox
/
ApiCore
/
Abstract
/
Repository
/
IRespository.cs
1
2
3
4
5
6
7
using Gs.Toolbox.ApiCore.Abstract.Inject;
namespace Gs.Toolbox.ApiCore.Abstract.Repository;
public interface IRespository : IScope
{
}