| | |
| | | package cc.mrbird.febs.server.hr.service; |
| | | |
| | | import cc.mrbird.febs.common.core.exception.FebsException; |
| | | import cc.mrbird.febs.server.hr.entity.EmpLaborTrouble; |
| | | |
| | | import cc.mrbird.febs.common.core.entity.QueryRequest; |
| | |
| | | * |
| | | * @param empLabortrouble empLabortrouble |
| | | */ |
| | | void createEmpLabortrouble(EmpLaborTrouble empLabortrouble); |
| | | void createEmpLabortrouble(EmpLaborTrouble empLabortrouble) throws FebsException; |
| | | |
| | | /** |
| | | * 修改 |
| | | * |
| | | * @param empLabortrouble empLabortrouble |
| | | */ |
| | | void updateEmpLabortrouble(EmpLaborTrouble empLabortrouble); |
| | | void updateEmpLabortrouble(EmpLaborTrouble empLabortrouble) throws FebsException; |
| | | |
| | | /** |
| | | * 删除 |