| | |
| | | import org.jeecg.modules.eam.service.IEamEquipmentExtendService; |
| | | import org.jeecg.modules.eam.service.IEamEquipmentFaultReasonService; |
| | | import org.jeecg.modules.eam.service.IEamReportRepairService; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairListVO; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairStatistics; |
| | | import org.jeecg.modules.eam.vo.EquipmentRepairStatusStatistics; |
| | | import org.jeecg.modules.system.service.IMdcProductionService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | @Override |
| | | public EquipmentRepairStatusStatistics repairStatusStatistics() { |
| | | return this.baseMapper.repairStatusStatistics(); |
| | | } |
| | | |
| | | @Override |
| | | public List<EquipmentRepairListVO> repairList() { |
| | | return this.baseMapper.repairList(); |
| | | } |
| | | } |