摘要: mapper: @Mapper public interface StudentMapper { @Select("select * from student where id=#{id}") Student getById(Integer id); @Update("UPDATE student 阅读全文
posted @ 2020-03-11 09:28 9529 阅读(57) 评论(0) 推荐(0)