Browse Source

kotlin entity 静态常量支持

= 7 years ago
parent
commit
ccd8b0bdcb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mybatis-plus-generate/src/main/resources/templates/entity.kt.vm

+ 0 - 2
mybatis-plus-generate/src/main/resources/templates/entity.kt.vm

@@ -64,8 +64,6 @@ class ${entity} : Serializable {
 ## ----------  END 字段循环遍历  ----------
 
 
-#if(${entityColumnConstant})
- 
 #if(${entityColumnConstant})
     companion object {
 #foreach($field in ${table.fields})