原创 推薦的MyBatis傳參方式List、數組等

MyBatis 推薦的傳參方式 如果要詳細的學習 MyBatis,推薦看這個教程:https://www.w3cschool.cn/mybatis/ 1. 單個參數 //接口方法 int getAgeById(Integer id); //