com.wichell.core.base.BaseMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wichell-common Show documentation
Show all versions of wichell-common Show documentation
common project com.wichell.wichell jar
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