fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
pull/5782/head
JEECG 2024-01-04 21:40:53 +08:00 committed by GitHub
commit 2be6052cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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