top.doudou.mybatis.plus.mapper.BaseDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-core Show documentation
Show all versions of mybatis-plus-core Show documentation
mybatis-plus的核心包及常用的一些工具类的包
package top.doudou.mybatis.plus.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description 基本dao
* @Author 傻男人 <[email protected]>
* @Date 2020-09-24 9:38
* @Version V1.0
*/
public interface BaseDao extends BaseMapper, GloomyLockDao {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy