| | |
| | | import org.jeecg.modules.eam.entity.EamReportRepair; |
| | | import org.jeecg.modules.eam.entity.EamWeekMaintenanceOrderDetail; |
| | | import org.jeecg.modules.eam.request.EamReportRepairQuery; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairStatistics; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | */ |
| | | boolean edit(EamReportRepair eamReportRepair); |
| | | |
| | | /** |
| | | * 查询报修列表 |
| | | * @param productionId |
| | | * @param firstOfMonth |
| | | * @param today |
| | | * @return |
| | | */ |
| | | List<EquipmentRepairStatistics> equipmentRepairStatistics(String productionId, LocalDate firstOfMonth, LocalDate today); |
| | | } |