| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.vo.UserRegisterStatisVO; |
| | | import org.springblade.modules.system.vo.UsersVo; |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | List<UsersVo> selectSecurityUserPageList(IPage<UsersVo> page, User user); |
| | | List<Map<String, Object>> selectUser(); |
| | | |
| | | /** |
| | | * 统计用户注册数据 |
| | | * @return |
| | | */ |
| | | List<UserRegisterStatisVO> getUserRegisterStatisticsData(); |
| | | |
| | | |
| | | List<UserRegisterStatisVO> getUserTypeCount(); |
| | | |
| | | } |