| | |
| | | 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.EquipmentRepairListVO; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairStatistics; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairStatusStatistics; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<EquipmentRepairStatistics> equipmentRepairStatistics(String productionId, LocalDate firstOfMonth, LocalDate today); |
| | | |
| | | /** |
| | | * 维修状态统计 |
| | | * @return |
| | | */ |
| | | EquipmentRepairStatusStatistics repairStatusStatistics(); |
| | | |
| | | /** |
| | | * 维修列表 |
| | | * @return |
| | | */ |
| | | List<EquipmentRepairListVO> repairList(); |
| | | } |