This commit is contained in:
dute7liang
2024-01-04 23:10:02 +08:00
parent 04f4861912
commit 54801cc546
15 changed files with 73 additions and 139 deletions

View File

@@ -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);
}