templates.service.ftl Maven / Gradle / Ivy
package ${entityInfo.servicePackage};
<#list imports as pkg>
import ${pkg};
#list>
/**
*
* ${entityInfo.tableInfo.remarks!} Service 接口
*
*
* @author ${author!}
* @since ${date}
*/
public interface ${entityInfo.buildServiceClassFullName(serviceConfig)} {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy