- package ${packageName}.common.mapper.${moduleName};
- import com.mdd.common.core.basics.IBaseMapper;
- import com.mdd.common.entity.${moduleName}.${EntityName};
- /**
- * ${functionName}Mapper
- */
- @Mapper
- public interface ${EntityName}Mapper extends IBaseMapper<${EntityName}> {
- }
|