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

template.Mapper.vm Maven / Gradle / Ivy

There is a newer version: 1.0.20
Show newest version
package ${packageName}.${modularName}.${busName}.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import ${packageName}.${modularName}.${busName}.entity.${ClassName};

/**
 * ${functionName}
 *
 * @author ${authorName}
 * @date ${createDateString}
 */
public interface ${ClassName}Mapper extends BaseMapper<${ClassName}> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy