| | |
| | | import com.sinata.system.domain.dto.MwMicroEquipmentRecordDTO; |
| | | import com.sinata.system.domain.query.MwMicroEquipmentRecordQuery; |
| | | import com.sinata.system.domain.query.MwMicroEquipmentStaticsQuery; |
| | | import com.sinata.system.domain.vo.DepartmentReportVO; |
| | | import com.sinata.system.domain.vo.MwMicroEquipmentRecordVO; |
| | | import com.sinata.system.domain.vo.MwMicroEquipmentStaticsTitleVO; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | PageDTO<MwMicroEquipmentRecordVO> pageList(MwMicroEquipmentRecordQuery query); |
| | | |
| | | /** |
| | | * 设备使用详情 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | MwMicroEquipmentRecordVO detail(Long id); |
| | | |
| | | /** |
| | | * 导出设备使用记录 |
| | |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<List<String>> getStaticsData(MwMicroEquipmentStaticsQuery query); |
| | | DepartmentReportVO getStaticsData(MwMicroEquipmentStaticsQuery query); |
| | | |
| | | /** |
| | | * 处置分析导出 |
| | |
| | | * @param response |
| | | */ |
| | | void staticsExport(MwMicroEquipmentStaticsQuery query, HttpServletResponse response) throws IOException; |
| | | |
| | | } |