mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-21 22:56:41 +08:00
添加账号注销功能
This commit is contained in:
@@ -38,4 +38,13 @@ public interface UserService {
|
||||
* @return 注册成功返回true,否则返回false
|
||||
*/
|
||||
Boolean userRegister(String username, String encryptPwd) throws BusinessException;
|
||||
|
||||
/**
|
||||
* 账号注销
|
||||
*
|
||||
* @param userModel
|
||||
* @return
|
||||
* @throws BusinessException
|
||||
*/
|
||||
Boolean cancelAccount(UserModel userModel) throws BusinessException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user