init
This commit is contained in:
@@ -37,7 +37,7 @@ public interface UserService extends IService<User> {
|
||||
|
||||
void checkFinishStatus(Long userId);
|
||||
|
||||
void resetPassword(String mobile, String password);
|
||||
void resetPassword(Long userId, String password);
|
||||
|
||||
boolean removeUser(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user