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

template.mybatis-plus.Mapper.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.10-2024
Show newest version
package ${mybatisPackage};

import ${jpaEntityPackage}.${formBean.className};
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* ${formBean.model!} Mapper
*/
public interface ${formBean.className}Mapper  extends BaseMapper<${formBean.className}>  {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy