| | |
| | | package cc.mrbird.febs.server.hr.service; |
| | | |
| | | import cc.mrbird.febs.common.core.entity.system.DicItem; |
| | | import cc.mrbird.febs.server.hr.entity.EmpPhysicalExam; |
| | | |
| | | import cc.mrbird.febs.common.core.entity.QueryRequest; |
| | |
| | | * @author: luoyibo |
| | | */ |
| | | void logicDelEmpPhysicalExam(String ids); |
| | | |
| | | /** |
| | | * 从暂存状态转成正式状态 |
| | | * <p> |
| | | * date 2021-02-04 21:11 |
| | | * |
| | | * @param ids 待转换记录Id |
| | | * @return boolean |
| | | * @author: luoyibo |
| | | */ |
| | | boolean momentToNormal(String ids); |
| | | |
| | | void importEmpPhysicalExam(List<List<Object>> listObject,List<String> returnList,List<DicItem> dicItems); |
| | | } |