This commit is contained in:
dute7liang
2024-01-02 23:32:11 +08:00
parent 2f918497c3
commit 322bd479e2
15 changed files with 177 additions and 41 deletions

View File

@@ -39,4 +39,5 @@ public interface UserService extends IService<User> {
void resetPassword(String mobile, String password);
boolean removeUser(Long id);
}