| | |
| | | package com.yuanchu.mom.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.yuanchu.mom.dto.DataReportingPageDto; |
| | | import com.yuanchu.mom.pojo.FansSubmit; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | |
| | | int updateFansSubmit(FansSubmit fansSubmit); |
| | | |
| | | int addFansSubmit(FansSubmit fansSubmit); |
| | | int addFansSubmit(FansSubmit fansSubmit, String date); |
| | | |
| | | List<FansSubmit> vxs(String date); |
| | | |
| | | String getYesterday(); |
| | | |
| | | void deleteAllFans(String date); |
| | | |
| | | Double countFansSubmitList(FansSubmit fansSubmit); |
| | | |
| | | } |