| | |
| | | import com.yuanchu.mom.pojo.DataReporting; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author Administrator |
| | | * @description 针对表【data_reporting(数据上报)】的数据库操作Mapper |
| | |
| | | |
| | | IPage<RegistrantCountDto> selectRegistrantCountDtoPageList(IPage<RegistrantCountDto> page, QueryWrapper<RegistrantCountDto> ew); |
| | | |
| | | Map<String, BigDecimal> getDataFor1(); |
| | | |
| | | List<Map<String, String>> getDataFor2(); |
| | | |
| | | List<Map<String, String>> getDataFor3(); |
| | | |
| | | List<Map<String, String>> getDataFor4(); |
| | | |
| | | List<Map<String, String>> getDataFor5(); |
| | | |
| | | } |
| | | |
| | | |