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

com.gitee.summer9102.develop.mysql.config.CommonMapper Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.gitee.summer9102.develop.mysql.config;

import tk.mybatis.mapper.annotation.RegisterMapper;
import tk.mybatis.mapper.common.BaseMapper;
import tk.mybatis.mapper.common.special.InsertListMapper;

@RegisterMapper
public interface CommonMapper extends BaseMapper,
        InsertListMapper,
        CustomMapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy