lcoa-java/target/classes/templates/service.java.btl

15 lines
169 B
Plaintext
Raw Normal View History

2023-02-01 10:37:18 +08:00
package ${package.Service};
/**
* <p>
* ${table.comment!} 服务类
* </p>
*
* @author ${author}
* @since ${date}
*/
public interface ${table.serviceName} {
}