vm10.java.serviceImpl.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ucode-cms-code Show documentation
Show all versions of ucode-cms-code Show documentation
Java知识图谱之内容管理系统(CMS)代码自动生成部分
package ${packageName}.service.impl;
#foreach ($item in $importList)
${item}
#end
@Service
public class ${ClassName}ServiceImpl
#if($configEntity.useMybatisPlus)
extends ServiceImpl<${ClassName}Mapper,${ClassName}> implements I${ClassName}Service
#end
{
}