templates.service.ftl Maven / Gradle / Ivy
package ${servicePackage};
import cn.cliveyuan.robin.base.BaseService;
import ${entityPackage}.${entity.entityName};
/**
* ${entity.comment} 服务接口
*/
public interface ${entity.fileName} extends BaseService<${entity.entityName}> {
}