mybatis注解实现增删改查

主要代码:code /** * 根据用户id查询用户信息 * @return */ @Select("select * from tblstudent where studentId =#{studentId}") public Student selectStudentById(Integer studentId); /** * 经过学生姓名模糊查询用户信息 * @
相关文章
相关标签/搜索