| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.information.vo.ResponseVo; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @return |
| | | */ |
| | | List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type); |
| | | |
| | | /** |
| | | * 更具辖区,公司查询未缴纳社保,未缴纳保险,未派遣人数 |
| | | * @param page |
| | | * @param information |
| | | * @param i |
| | | * @return |
| | | */ |
| | | IPage<UserVO> getNotSocialAndInsuranceAndDispatcherNumber(IPage<UserVO> page, InformationVO information, int i); |
| | | } |