摘要: 11.多个参数传递名称可变源码解读源码解读 //接口方法 public Dept selectDeptByIdAndName(@Param("id") int id , @Param("param2") String dName); //xmlsql语句 <select id="selectDept 阅读全文
posted @ 2022-06-23 17:08 一生要强的阿信 阅读(61) 评论(0) 推荐(0)