| | |
| | | import cc.mrbird.febs.common.core.entity.QueryRequest; |
| | | import cc.mrbird.febs.server.hr.entity.EmpDimissionLog; |
| | | import cc.mrbird.febs.server.hr.entity.EmpJobChange; |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | |
| | | void exportEmpAll(HttpServletResponse response, EmpBaseInfo empBaseinfo) throws IOException; |
| | | |
| | | boolean verifyCertificateNumb(EmpBaseInfo empBaseInfo); |
| | | |
| | | List<EmpBaseInfo> listAll(QueryWrapper<EmpBaseInfo> wrapper); |
| | | |
| | | /** |
| | | * |
| | | * 更新人员工龄 |
| | | * |
| | | * date 2022-03-13 09:45 |
| | | * @author: luoyibo |
| | | * @return boolean |
| | | */ |
| | | boolean updateSeniority(); |
| | | |
| | | /** |
| | | * |
| | | * 更新人员年龄 |
| | | * |
| | | * date 2022-03-13 09:47 |
| | | * @author: luoyibo |
| | | * @param userId 1 |
| | | * @return boolean |
| | | */ |
| | | boolean updateEmpAge(String userId); |
| | | boolean updateDeptName(); |
| | | } |