mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
部门管理:增删改查、用户部门显示
This commit is contained in:
@@ -9,11 +9,10 @@ namespace Yi.Framework.Interface
|
||||
public partial interface IDeptService:IBaseService<DeptEntity>
|
||||
{
|
||||
/// <summary>
|
||||
/// 动态条件分页查询
|
||||
/// 动态条件查询
|
||||
/// </summary>
|
||||
/// <param name="dept"></param>
|
||||
/// <param name="page"></param>
|
||||
/// <returns></returns>
|
||||
Task<PageModel<List<DeptEntity>>> SelctPageList(DeptEntity dept, PageParModel page);
|
||||
Task<List<DeptEntity>> SelctGetList(DeptEntity dept);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user