摘要:
1、单个参数 public Emp getEmp(Integer id); 取值:id==>#{id} select * from tbl_employee where id = #{id} 2、多个参数 (1).public Emp getEmp(Integer id,String lastNam 阅读全文
posted @ 2017-10-16 10:10
猫一只咪
阅读(943)
评论(0)
推荐(0)
2017年10月16日