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

template.dao.ftl Maven / Gradle / Ivy

There is a newer version: 1.3.42
Show newest version
package ${package}.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import  ${package}.model.${tableName};
/**
* 描述:${remark}
* @author ${author}
* @date ${date}
*/
public interface ${tableName}Mapper extends BaseMapper<${tableName}>{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy