fix issue for springboot3 #5742: 修改代码生成时的schema注解参数

pull/5766/head
chenrui 2024-01-02 13:41:54 +08:00
parent d8bc74794d
commit da08adbea1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
return ""; return "";
} }
<#else> <#else>
@Schema(value = "${po.filedComment}") @Schema(description = "${po.filedComment}")
<#if po.fieldDbName == 'del_flag'> <#if po.fieldDbName == 'del_flag'>
@TableLogic @TableLogic
</#if> </#if>