package dao; import java.util.ArrayList; import entity.User; public interface UserDAO { public void addUser(User user); public void deleteUserByID(int ID); public void updateUser(User user); // public User findUserByID(int ID); public User findUserByUsername(String username); public ArrayList<User> findAllUsers(); public boolean login(String username, String password); }

山晴多 LV1
6月6日
2022102154 LV1
4月3日
小橘子是你啊 LV1
3月31日
微信网友_7399890514677760 LV1
2月25日
新哥新奇士橙 LV4
1月26日
cxdddd LV1
2024年12月31日
sinuodeng123 LV5
2024年12月13日
jiafei LV1
2024年12月11日
b1uccc LV2
2024年12月8日
blank1 LV1
2024年11月28日