mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 20:49:28 +08:00
完善大部分问题
This commit is contained in:
@@ -3,7 +3,7 @@ using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface IUserService: IRepository<UserEntity>
|
||||
public partial interface IUserService:IBaseService<UserEntity>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user