提交 e1e2a16f 编写于 作者: ibiz4j's avatar ibiz4j

tj

上级 78296679
......@@ -70,5 +70,8 @@ public class {{pascalCase appEntity.codeName}} {
{{/neq}}
{{/if}}
{{/each}}
@TableField(exist = false)
private boolean removetag;
}
{{/eq}}
\ No newline at end of file
......@@ -7,6 +7,8 @@
"codeName": "{{appEntity.entity.codeName}}",
"tableName": "{{appEntity.entity.tableName}}",
"keyField": "{{appEntity.entity.keyField.jsonName}}",
"entityClass": "{{packageName}}.api.{{lowerCase app.codeName}}.domain.{{pascalCase appEntity.codeName}}",
"mapperClass": "{{packageName}}.api.{{lowerCase app.codeName}}.mapper.{{pascalCase appEntity.codeName}}Mapper",
"references": [
{{#each appEntity.entity.references}}
{{#eq entityCodeName "TYYW_KG_XFJSDJ"}}
......@@ -14,9 +16,10 @@
"refTopic": "{{entityCodeName}}",
"keyField": "{{fkField.jsonName}}",
"refField": "{{lowerCase fkField.refFieldCodeName}}"
}
},
{{/eq}}
{{/each}}
{}
]
}{{#unless @last}},{{/unless}}
{{/each}}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册