| | |
| | | |
| | | |
| | | import com.gkhy.hazmat.common.api.CommonPage; |
| | | import com.gkhy.hazmat.system.domain.dto.HazmatUseStatisticDTO; |
| | | import com.gkhy.hazmat.system.domain.vo.HzCompanyMessage; |
| | | import com.gkhy.hazmat.system.domain.vo.HzEntryRecordVO; |
| | | import com.gkhy.hazmat.system.domain.vo.HzHazmatUseVO; |
| | |
| | | |
| | | /** |
| | | * 分页统计危化品使用数量 |
| | | * @param startTime |
| | | * @param endTime |
| | | * @return |
| | | */ |
| | | CommonPage useStatic(String startTime, String endTime,Long companyId); |
| | | CommonPage useStatic(HazmatUseStatisticDTO useStatisticDTO); |
| | | |
| | | void importBaiscUse(HttpServletResponse response, String startTime, String endTime) throws IOException; |
| | | void importBaiscUse(HttpServletResponse response, HazmatUseStatisticDTO useStatisticDTO) throws IOException; |
| | | |
| | | List<HzEntryRecordVO> dayUseStatistic(Long companyId); |
| | | |