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

miaogithub.yt_mybatis.2.1.source-code.Mapper.vm Maven / Gradle / Ivy

package ${modulePackage}.dao;

import ${modulePackage}.domain.${className};
import com.github.yt.mybatis.dao.BaseMapper;

/**
 * ${replaceSuffixClassName} Mapper
 *
 */
public interface ${replaceSuffixClassName}Mapper extends BaseMapper<${className}> {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy