This commit is contained in:
dute7liang
2024-01-01 15:56:56 +08:00
parent 3aa29bcefc
commit d2bd79204a
11 changed files with 121 additions and 18 deletions

View File

@@ -34,4 +34,6 @@ public interface UserService extends IService<User> {
boolean agreeProtocol(Long userId);
void checkFinishStatus(Long userId);
void resetPassword(String mobile, String password);
}