package com.matrix.system.hive.service; import java.util.List; import com.matrix.core.pojo.PaginationVO; import com.matrix.system.hive.plugin.util.BaseServices; import com.matrix.system.hive.pojo.AllotedAndInstored; /** * * @date 2016-11-22 09:50 */ public interface AllotedAndInstoredService extends BaseServices { /** * 分页查询AllotedAndInstored * */ public List findInPage(AllotedAndInstored allotedAndInstored, PaginationVO pageVo); }