Procházet zdrojové kódy

kotlin entity 静态常量支持

= před 7 roky
rodič
revize
ccd8b0bdcb

+ 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})