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

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}> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy