油漆
This commit is contained in:
12
server/ZR.Service/BaseService.cs
Normal file
12
server/ZR.Service/BaseService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using ZR.Repository;
|
||||
|
||||
namespace ZR.Service
|
||||
{
|
||||
/// <summary>
|
||||
/// 基础服务定义
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public class BaseService<T> : BaseRepository<T> where T : class, new()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user