代码生成器模板调整
This commit is contained in:
parent
9c3ebdf0db
commit
5bb748ee77
|
|
@ -1,7 +1,7 @@
|
|||
package ${packageName}.common.mapper.${moduleName};
|
||||
|
||||
import com.hxkj.common.core.basics.IBaseMapper;
|
||||
import com.hxkj.common.entity.${entityName}.${EntityName};
|
||||
import com.hxkj.common.entity.${moduleName}.${EntityName};
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue