| | |
| | | * @return IPage<EmpBaseinfo> |
| | | */ |
| | | IPage<EmpBaseInfo> findEmpBaseInfos(QueryRequest request, EmpBaseInfo empBaseInfo); |
| | | |
| | | /** |
| | | *智搜 查询(分页) |
| | | * |
| | | * @param request QueryRequest |
| | | * @param empBaseInfo empBaseinfo |
| | | * @return IPage<EmpBaseinfo> |
| | | */ |
| | | IPage<EmpBaseInfo> findZsEmpBaseInfos(QueryRequest request, EmpBaseInfo empBaseInfo); |
| | | |
| | | |
| | | /** |
| | | * 查询(所有) |
| | |
| | | |
| | | IPage<EmpLaborTrouble> empBaseInfoLzList(String index, String btime, String etime, String pageSize, String pageNum, String number, String name); |
| | | |
| | | IPage<?> empBaseInfoTgList(String index, String btime, String etime, String pageSize, String pageNum, String number, String name); |
| | | IPage<EmpJobChange> empBaseInfoTgList(String index, String btime, String etime, String pageSize, String pageNum, String number, String name); |
| | | |
| | | IPage<EmpOccupational> empBaseInfoGsList(String index, String btime, String etime, String pageSize, String pageNum, String number, String name); |
| | | |