4.Mybatis的Map操作和模糊查詢

1.通過Map添加用戶 1.1UserMapper添加addUser2(Map<String,Objext>,map) public interface UserMapper {     // 查詢所有用戶     List<User> getUserList();     // 通過id查詢     User getUserById(int id);     // 添加一個用戶     int
相關文章
相關標籤/搜索