- list
- Array
//接口方法
Object selectByIds(@Param("ids")List ids);
//xml映射文件
Array
//接口方法 ArrayListselectByIds(Integer [] ids); //xml映射文件

//接口方法
Object selectByIds(@Param("ids")List ids);
//xml映射文件
Array
//接口方法 ArrayListselectByIds(Integer [] ids); //xml映射文件