package com.ycl.mapper.unlawful; import com.ycl.dto.statistics.CategoryDto; import com.ycl.dto.statistics.StatusDto; import java.util.List; public interface UnlawfulMapper { List getDataByType(Integer currentPage, Integer pageSize, String startTime, String endTime); StatusDto getStatusDataByType(String startTime, String endTime, Integer dictionaryId); List getDataByTypeExp(); Integer getTotal(); }