Skip to content

Commit

Permalink
fix issue for springboot3 jeecgboot#5742: 修改代码生成时的schema注解参数
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui committed Jan 2, 2024
1 parent d8bc747 commit da08adb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
return "";
}
<#else>
@Schema(value = "${po.filedComment}")
@Schema(description = "${po.filedComment}")
<#if po.fieldDbName == 'del_flag'>
@TableLogic
</#if>
Expand Down

0 comments on commit da08adb

Please sign in to comment.