data-server/src/main/java/com/yuanchu/mom/service/DataReportingService.java
@@ -33,4 +33,8 @@ String downDataReportingFile(IPage<DataReportingPageDto> page, DataReportingPageDto dataReportingPageDto); String downProductCountFile(IPage<ProductCountDto> page, ProductCountDto productCountDto); String downRegistrantCountFile(IPage<RegistrantCountDto> page, RegistrantCountDto registrantCountDto); }