Skip to content

Commit 11875de

Browse files
committed
增加对MBG1.3.4的支持
1 parent 858032e commit 11875de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ public void addFieldComment(Field field, IntrospectedTable introspectedTable, In
151151
public void addFieldComment(Field field, IntrospectedTable introspectedTable) {
152152
}
153153

154+
public void addModelClassComment(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) {
155+
156+
}
157+
154158
/**
155159
* @param method
156160
* @param introspectedTable

0 commit comments

Comments
 (0)