| | |
| | | package cn.huge.module.cases.dao.mapper; |
| | | |
| | | import cn.huge.module.cases.domain.dto.CasePageDTO; |
| | | import cn.huge.module.cases.domain.dto.*; |
| | | import cn.huge.module.cases.domain.po.CaseInfo; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | */ |
| | | List<CasePageDTO> pageTermsAll(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | List<CaseStatisticsAreaDTO> statisticsArea(@Param("terms") Map<String, Object> terms); |
| | | |
| | | CaseStatisticsBaseDTO statisticsBase(@Param("terms") Map<String, Object> terms); |
| | | |
| | | List<CaseStatisticsTypeDTO> statisticsType(@Param("terms") Map<String, Object> terms); |
| | | |
| | | CaseStatisticsSourceDTO statisticsSource(@Param("terms") Map<String, Object> terms); |
| | | } |