package ${package.Service}; /** *

* ${table.comment!} 服务类 *

* * @author ${author} * @since ${date} */ public interface ${table.serviceName} { }