zss
2025-03-24 787ae7d0f054f840ba32ac19a48c55c2da7e8c7e
inspect-server/src/main/java/com/yuanchu/mom/service/ReportService.java
@@ -33,5 +33,5 @@
    Map<Object, Double> manHourByPerson(String startTime, String endTime,String sonLaboratory);
    //查询站点的检验时长
    IPage<InsOrderUserDto> timeByStation(String startTime, String endTime, Page page, String sonLaboratory);
    Map<String, IPage<InsOrderUserDto>> timeByStation(String startTime, String endTime, Page page, String sonLaboratory);
}