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

templates.Mapper.ftl Maven / Gradle / Ivy

There is a newer version: 1.3.26
Show newest version
package ${package_name};

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import ${entity_package_name}.${table_name};
import org.apache.ibatis.annotations.Mapper;

/**
* 

* ${table_describe} 持久层 *

* * @author ${author} * @date ${date} */ @Mapper public interface ${table_name}Mapper extends BaseMapper<${table_name}> { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy