| | |
| | | import org.springblade.modules.system.service.IUserDeptService; |
| | | import org.springblade.modules.system.service.IUserOauthService; |
| | | import org.springblade.modules.system.service.IUserService; |
| | | import org.springblade.modules.system.vo.UserRegisterStatisVO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springblade.modules.system.vo.UsersVo; |
| | | import org.springblade.modules.system.wrapper.UserWrapper; |
| | |
| | | return baseMapper.selectUser(); |
| | | } |
| | | |
| | | /** |
| | | * 统计用户注册数据 |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<UserRegisterStatisVO> getUserRegisterStatisticsData() { |
| | | return baseMapper.getUserRegisterStatisticsData(); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public List<UserRegisterStatisVO> getUserTypeCount() { |
| | | return baseMapper.getUserTypeCount(); |
| | | } |
| | | } |