| | |
| | | |
| | | import com.ruoyi.common.basic.PageInfo; |
| | | import com.ruoyi.common.core.domain.entity.SysUser; |
| | | import com.ruoyi.system.dto.TShopDTO; |
| | | import com.ruoyi.system.query.SysUserQuery; |
| | | import com.ruoyi.system.vo.SysUserVO; |
| | | |
| | |
| | | |
| | | Long getUserRole(Long userId); |
| | | |
| | | int updateUserIfBlack(List<Long> ids); |
| | | |
| | | /** |
| | | * 查询所有用户(包含删除的) |
| | | * @return |
| | |
| | | void updatePassword(Long id, String s); |
| | | |
| | | long selectIdByPhone(String phonenumber); |
| | | |
| | | /** |
| | | * 添加账号信息 |
| | | * @param dto |
| | | */ |
| | | Long addAccount(TShopDTO dto); |
| | | |
| | | /** |
| | | * 修改账号信息 |
| | | * @param dto |
| | | */ |
| | | void updateAccount(TShopDTO dto); |
| | | } |