fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
This commit is contained in:
JEECG
2024-01-04 21:40:53 +08:00
committed by GitHub

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>