| | |
| | | import org.springblade.modules.system.entity.UserInfo; |
| | | import org.springblade.modules.system.entity.UserOauth; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.vo.UserDistrictStatisVO; |
| | | import org.springblade.modules.system.vo.UserRegisterStatisVO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springblade.modules.system.vo.UsersVo; |
| | | |
| | |
| | | R<Boolean> saveUser(User user); |
| | | List<Map<String, Object>> selectUser(); |
| | | |
| | | /** |
| | | * 统计用户注册数据 |
| | | * @return |
| | | */ |
| | | List<UserRegisterStatisVO> getUserRegisterStatisticsData(); |
| | | |
| | | /** |
| | | * 统计六大队伍 |
| | | */ |
| | | List<UserRegisterStatisVO> getUserTypeCount(); |
| | | |
| | | List<UserDistrictStatisVO> getUserDistrictTypeCount(); |
| | | } |