All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wichell.core.base.BaseMapper Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.wichell.core.base;

import java.util.List;
import java.util.Map;

import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;

/**
 * 
 * @author Wichell
 * 
 * @version 2016年6月3日 下午2:30:14
 * 
 */
public interface BaseMapper extends com.baomidou.mybatisplus.mapper.BaseMapper {

	List selectIdPage(@Param("cm") Map params);

	List selectIdPage(RowBounds rowBounds, @Param("cm") Map params);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy