mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-06 02:25:30 +08:00
代码生成时判断del_flag存在自动生成逻辑删除代码 issues/4196
This commit is contained in:
@ -28,5 +28,8 @@
|
||||
}
|
||||
<#else>
|
||||
@ApiModelProperty(value = "${po.filedComment}")
|
||||
<#if po.fieldDbName == 'del_flag'>
|
||||
@TableLogic
|
||||
</#if>
|
||||
private ${po.fieldType} ${po.fieldName};
|
||||
</#if>
|
||||
Reference in New Issue
Block a user