| | |
| | | */ |
| | | public interface DataReportingService extends IService<DataReporting> { |
| | | |
| | | Map<String, Object> selectUserList(IPage<DataReportingPageDto> page, DataReportingPageDto dataReportingPageDto); |
| | | Map<String, Object> selectDataReportingList(IPage<DataReportingPageDto> page, DataReportingPageDto dataReportingPageDto); |
| | | |
| | | int updateDataReporting(DataReporting dataReporting); |
| | | |
| | |
| | | |
| | | Map<String, Object> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, RegistrantCountDto registrantCountDto); |
| | | |
| | | Map<String, Object> getDataList(); |
| | | |
| | | } |