15 lines
169 B
Plaintext
15 lines
169 B
Plaintext
|
package ${package.Service};
|
||
|
|
||
|
/**
|
||
|
* <p>
|
||
|
* ${table.comment!} 服务类
|
||
|
* </p>
|
||
|
*
|
||
|
* @author ${author}
|
||
|
* @since ${date}
|
||
|
*/
|
||
|
public interface ${table.serviceName} {
|
||
|
|
||
|
}
|
||
|
|