| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.FileNotFoundException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | * @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); |
| | | |
| | | |
| | | /** |
| | | * 查询(所有) |
| | |
| | | * @param listObject |
| | | */ |
| | | void importEmpBaseInfo(List<List<Object>> listObject); |
| | | |
| | | void getImage(String empId, HttpServletResponse response) throws Exception; |
| | | } |