
oghurt.generator.2.0.1.source-code.Service.vm Maven / Gradle / Ivy
The newest version!
package ${modulePackage}.service;
import com.github.jyoghurt.core.service.BaseService;
import ${modulePackage}.domain.${className};
/**
* ${codeName}服务层
*
*/
public interface ${replaceSuffixClassName}Service extends BaseService<${className}> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy