package org.mgq.dao; import org.mgq.model.Student; public interface StudentInterface { public Student query(int count,int page); }
package org.mgq.dao; import org.mgq.model.Student; public interface StudentInterface { public Student query(int count,int page); }