摘要:
Mybatis的多参传递方式主要有2种方式一:在接口中声明方法import com.asiainfo.pojo.Student;public interface StudentMapper { public Student selectStudentByIdAndName(Integer id, String name);}在mapper.xml中参数使用#{}中使用012,或param1,... 阅读全文
posted @ 2020-05-29 11:45
wudingyou945
阅读(123)
评论(0)
推荐(0)
2020年5月29日