Skip to content

Commit 5c35807

Browse files
committed
修改继承的类。
1 parent 84cfe15 commit 5c35807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/tk/mybatis/mapper/generator/TkMyBatis3Impl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package tk.mybatis.mapper.generator;
22

3+
import org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl;
34
import org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl;
45

56
import java.text.MessageFormat;
@@ -19,7 +20,7 @@
1920
* @author liuzh
2021
* @since 2016-09-04 09:57
2122
*/
22-
public class TkMyBatis3Impl extends IntrospectedTableMyBatis3SimpleImpl {
23+
public class TkMyBatis3Impl extends IntrospectedTableMyBatis3Impl {
2324

2425
@Override
2526
protected String calculateMyBatis3XmlMapperFileName() {

0 commit comments

Comments
 (0)