mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
init 单模块项目
This commit is contained in:
14
ruoyi/src/main/resources/vm/java/mapper.java.vm
Normal file
14
ruoyi/src/main/resources/vm/java/mapper.java.vm
Normal file
@ -0,0 +1,14 @@
|
||||
package ${packageName}.mapper;
|
||||
|
||||
import ${packageName}.domain.${ClassName};
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* ${functionName}Mapper接口
|
||||
*
|
||||
* @author ${author}
|
||||
* @date ${datetime}
|
||||
*/
|
||||
public interface ${ClassName}Mapper extends BaseMapper<${ClassName}> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user