Ejemplo n.º 1
0
 /// <summary>
 /// 分页查询员工
 /// </summary>
 /// <param name="entity"></param>
 /// <returns></returns>
 public static async Task <ResponseCollection <EmployeeModel> > GetPaging(EmployeeFilterModel entity)
 {
     return(await EmployeeAccess.GetPaging(entity));
 }