| | |
| | | |
| | | |
| | | 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 endTime |
| | | * @return |
| | | */ |
| | | CommonPage useStatic(String startTime, String endTime,Long companyId); |
| | | CommonPage useStatic(HazmatUseStatisticDTO useStatisticDTO); |
| | | |
| | | void importBaiscUse(HttpServletResponse response, String startTime, String endTime) throws IOException; |
| | | |