We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cfe15 commit 5c35807Copy full SHA for 5c35807
src/main/java/tk/mybatis/mapper/generator/TkMyBatis3Impl.java
@@ -1,5 +1,6 @@
1
package tk.mybatis.mapper.generator;
2
3
+import org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl;
4
import org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl;
5
6
import java.text.MessageFormat;
@@ -19,7 +20,7 @@
19
20
* @author liuzh
21
* @since 2016-09-04 09:57
22
*/
-public class TkMyBatis3Impl extends IntrospectedTableMyBatis3SimpleImpl {
23
+public class TkMyBatis3Impl extends IntrospectedTableMyBatis3Impl {
24
25
@Override
26
protected String calculateMyBatis3XmlMapperFileName() {
0 commit comments