| | |
| | | */ |
| | | IPage<EmpContractInfo> findEmpContractinfos(QueryRequest request, EmpContractInfo empContractinfo); |
| | | |
| | | IPage<EmpContractInfo> findRemindContractinfos(QueryRequest request, EmpContractInfo empContractinfo); |
| | | |
| | | /** |
| | | * 查询(所有) |
| | | * |
| | |
| | | void terminateContract(String empIds, String operatorId); |
| | | |
| | | void autoStopContract(String operatorId); |
| | | |
| | | /* |
| | | * |
| | | * 更新合同的到期天数 |
| | | * |
| | | * date 2024-03-09 16:53 |
| | | * @author: luoyibo |
| | | * @param 1 |
| | | * @return void |
| | | */ |
| | | void updateContractRemindDay(); |
| | | |
| | | /* |
| | | * |
| | | * 设置合同不再提醒 |
| | | * |
| | | * date 2024-03-09 22:07 |
| | | * @author: luoyibo |
| | | * @param empContractinfo 合同信息 |
| | | * @return void |
| | | */ |
| | | void updateEmpContractRemind(EmpContractInfo empContractinfo); |
| | | |
| | | /** |
| | | * |
| | | * 提醒合同的续签操作 |
| | | * |
| | | * date 2024-03-09 23:04 |
| | | * @author: luoyibo |
| | | * @param empContractinfo 合同信息 |
| | | * @return void |
| | | */ |
| | | void continueEmpContract(EmpContractInfo empContractinfo); |
| | | } |