| | |
| | | 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; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | |
| | | List<UserRegisterStatisVO> getUserTypeCount(); |
| | | List<UserRegisterStatisVO> getUserTypeCountXq(String xid); |
| | | List<UserVO> getUserTypeList(String xid, String index); |
| | | |
| | | List<UserDistrictStatisVO> getUserDistrictTypeCount(); |
| | | |
| | |
| | | */ |
| | | List<User> getNotAuditAllUserList(); |
| | | |
| | | |
| | | /** |
| | | * 查询账号相同的用户数量 |
| | | * @param account |
| | | * @return |
| | | */ |
| | | Integer selectCountAccount(@Param("account") String account); |
| | | void updateAcc(String stype,String account); |
| | | boolean firstLogin(String id); |
| | | void delete(String account); |
| | | |
| | | } |