用户找回密码

This commit is contained in:
2023-12-22 00:14:16 +08:00
parent ce05d3e5cd
commit b20b33ee53
5 changed files with 91 additions and 4 deletions

View File

@@ -25,4 +25,6 @@ public interface UserDao {
User selectByUserLogin(String user_Login);
int updateByEmail(User user);
}