Skip to content

Commit

Permalink
fix: 修补第一章IUserDao接口
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-boythink committed Apr 28, 2023
1 parent 213e9f8 commit e71fad0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
public interface IUserDao {

User queryUserInfoById(Long id);


List<User> queryUserList(User user);
}

0 comments on commit e71fad0

Please sign in to comment.