mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
同步升级3.0
This commit is contained in:
14
ruoyi-generator/src/main/resources/vm/java/service.java.vm
Normal file
14
ruoyi-generator/src/main/resources/vm/java/service.java.vm
Normal file
@ -0,0 +1,14 @@
|
||||
package ${packageName}.service;
|
||||
|
||||
import ${packageName}.domain.${ClassName};
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
/**
|
||||
* ${functionName}Service接口
|
||||
*
|
||||
* @author ${author}
|
||||
* @date ${datetime}
|
||||
*/
|
||||
public interface I${ClassName}Service extends IService<${ClassName}> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user