| | |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentRunningSection; |
| | | import org.jeecg.modules.mdc.vo.MdcAlarmAnalyzeQueryVo; |
| | | import org.jeecg.modules.mdc.vo.MdcEquipmentRunningSectionVo; |
| | | import org.springframework.web.servlet.ModelAndView; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | |
| | | List<Integer> getDataList(String equipmentId, Date date); |
| | | |
| | | /** |
| | | * 导出 |
| | | */ |
| | | ModelAndView exportXls(MdcEquipmentRunningSectionVo equipmentRunningSectionVo); |
| | | |
| | | /** |
| | | * 时间段导出 |
| | | * @param equipmentRunningSectionVo |
| | | * @return |
| | | */ |
| | | ModelAndView batchExportXls(MdcEquipmentRunningSectionVo equipmentRunningSectionVo); |
| | | |
| | | } |