| | |
| | | import com.yuanchu.mom.dto.RegistrantCountDto; |
| | | import com.yuanchu.mom.pojo.DataReporting; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.mom.pojo.FansSubmit; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | |
| | | Map<String, Object> getDataList(); |
| | | |
| | | void addDataReporting(List<DataReporting> list, String date); |
| | | |
| | | 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); |
| | | |
| | | String downFansSubmitFile(IPage<FansSubmit> page, FansSubmit fansSubmit); |
| | | |
| | | } |