| | |
| | | import org.jeecg.modules.eam.request.EamRepairOrderQuery; |
| | | import org.jeecg.modules.eam.request.EamReportAccidentsRegisterQuery; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 设备事故登记表 |
| | | * @Author: jeecg-boot |
| | |
| | | Result<?> submit(String id); |
| | | |
| | | /** |
| | | * 流程审核 |
| | | * @param eamReportAccidentsRegisterDto |
| | | */ |
| | | Result<?> audit(EamReportAccidentsRegisterDto eamReportAccidentsRegisterDto); |
| | | |
| | | /** |
| | | * 删除 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | boolean cancelled(String id); |
| | | |
| | | /** |
| | | * 设备事故登记表打印 |
| | | * @param ids |
| | | * @return |
| | | */ |
| | | List<EamReportAccidentsRegisterDto> findListByIds(String ids); |
| | | } |