首页>代码>bootstrap-table实现ssm分页查询的简单实例>/BootStrap-Table/src/com/voicecodes/mapper/StudentCustomMapper.java
package com.voicecodes.mapper; import com.voicecodes.pojo.Student; import java.util.List; import java.util.Map; public interface StudentCustomMapper { List<Student> selectByFy(Map<String,Object> param); }