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

ngchenyan.takin-generator-maven-plugin.1.1.source-code.TakinService.ftl Maven / Gradle / Ivy

package ${classPath}.service;


import ${classPath}.entity.${className};
import BaseService;
import ${classPath}.page.${className}PageParam;
import java.util.List;

/**
* 

* 服务类 *

* * @author zl * @since 2022-03-13 */ public interface I${className}Service extends BaseService<${className}, ${className}PageParam> { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy