mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
remove @selfDef
This commit is contained in:
parent
368def9e4d
commit
3eae0c6bea
@ -105,7 +105,6 @@ public class QueryEntityProcessor extends AbstractProcessor {
|
||||
private static final String allInTableEntityClassTemplate = "\n" +
|
||||
" public static class @entityClassTableDef extends TableDef {\n" +
|
||||
"\n" +
|
||||
"@selfDef" +
|
||||
"@queryColumns" +
|
||||
"@defaultColumns" +
|
||||
"@allColumns" +
|
||||
|
||||
@ -3,3 +3,4 @@ processor.entity.ignoreSuffixes = Dto
|
||||
|
||||
#upperCase, lowerCase, upperCamelCase, lowerCamelCase
|
||||
processor.tablesNameStyle=upperCase
|
||||
#processor.allInTables = true
|
||||
Loading…
x
Reference in New Issue
Block a user