zhangherong
2025-05-09 140248961e5f865d48e850f8d6b10e3338171283
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java
@@ -10,6 +10,7 @@
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 java.time.LocalDate;
import java.util.List;
@@ -78,4 +79,12 @@
     * @return
     */
    List<EquipmentRepairListVO> repairList();
    /**
     * 故障分类统计
     * @param start
     * @param end
     * @return
     */
    List<FaultTypeStatisticsVO> faultTypeStatistics(String start, String end);
}