| | |
| | | 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.eam.vo.FaultTypeStatisticsVO; |
| | | import org.jeecg.modules.system.service.IMdcProductionService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | public List<EquipmentRepairListVO> repairList() { |
| | | return this.baseMapper.repairList(); |
| | | } |
| | | |
| | | @Override |
| | | public List<FaultTypeStatisticsVO> faultTypeStatistics(String start, String end) { |
| | | return this.baseMapper.faultTypeStatistics(start, end); |
| | | } |
| | | } |