李林
2024-01-02 bbd18f555ee3c0ed368b226cde7a3c64db4a4802
data-server/src/main/java/com/yuanchu/mom/service/DataReportingService.java
@@ -7,6 +7,7 @@
import com.yuanchu.mom.pojo.DataReporting;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
import java.util.Map;
/**
@@ -26,4 +27,14 @@
    Map<String, Object> getDataList();
    void addDataReporting(List<DataReporting> list);
    Integer delDataReporting(Integer id);
    String downDataReportingFile(IPage<DataReportingPageDto> page, DataReportingPageDto dataReportingPageDto);
    String downProductCountFile(IPage<ProductCountDto> page, ProductCountDto productCountDto);
    String downRegistrantCountFile(IPage<RegistrantCountDto> page, RegistrantCountDto registrantCountDto);
}