危化品全生命周期管理后端
“djh”
9 天以前 c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be
hazmat-system/src/main/java/com/gkhy/hazmat/system/service/HzStatisticService.java
@@ -2,6 +2,7 @@
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;
@@ -41,13 +42,11 @@
    /**
     * 分页统计危化品使用数量
     * @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);