| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import org.jeecg.modules.eam.entity.EamRepairOrder; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.jeecg.modules.eam.entity.EamRepairOrder; |
| | | import org.jeecg.modules.eam.request.EamRepairOrderQuery; |
| | | import org.jeecg.modules.eam.request.EamRepairOrderRequest; |
| | | import org.jeecg.modules.eam.request.EamRepairOrderResponse; |
| | | import org.jeecg.modules.eam.request.EamReportRepairQuery; |
| | | import org.jeecg.modules.eam.vo.RepairmanRankingVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 维修工单 |
| | |
| | | * @param eamReportRepairQuery |
| | | */ |
| | | void assign(EamReportRepairQuery eamReportRepairQuery); |
| | | |
| | | /** |
| | | * 维修排名统计 |
| | | * @param start |
| | | * @param end |
| | | * @return |
| | | */ |
| | | List<RepairmanRankingVO> repairmanRanking(String start, String end); |
| | | } |