mybatis註解實現增刪改查

主要代碼:code /** * 根據用戶id查詢用戶信息 * @return */ @Select("select * from tblstudent where studentId =#{studentId}") public Student selectStudentById(Integer studentId); /** * 經過學生姓名模糊查詢用戶信息 * @
相關文章
相關標籤/搜索