| | |
| | | |
| | | IPage<ProductCountDto> selectProductCountDtoPageList(IPage<ProductCountDto> page, QueryWrapper<ProductCountDto> ew); |
| | | |
| | | IPage<RegistrantCountDto> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, QueryWrapper<RegistrantCountDto> ew); |
| | | IPage<RegistrantCountDto> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, QueryWrapper<RegistrantCountDto> ew, String startTime, String endTime); |
| | | |
| | | Map<String, BigDecimal> getDataFor1(); |
| | | |
| | |
| | | Map<String, String> selectUser(Integer userId); |
| | | |
| | | IPage<DataComparisonDto> selectDataComparisonDtoPageList(Page page, DataComparisonDto dataComparisonDto); |
| | | |
| | | List<String> selectDataReportingForCreateUserNames(String time); |
| | | |
| | | List<String> selectDataReportingForProduct(String time); |
| | | |
| | | String getUserNameById(Integer id); |
| | | |
| | | String getUserDepartmentById(Integer id); |
| | | } |
| | | |
| | | |