Loginlog接口实现

This commit is contained in:
2023-12-25 16:29:14 +08:00
parent 8efe35f13b
commit cfd2989dae
8 changed files with 80 additions and 13 deletions

View File

@@ -22,4 +22,6 @@ public interface UserService {
String deleteUser(User user);
public User selectByUserId(User user);
}