mirror of https://github.com/jeecgboot/jeecg-boot
Merge pull request #5766 from hoperunChen/springboot3-fix-#5742
fix issue for springboot3 #5742: 修改代码生成时的schema注解参数pull/5782/head
commit
2be6052cd4
|
@ -27,7 +27,7 @@
|
|||
return "";
|
||||
}
|
||||
<#else>
|
||||
@Schema(value = "${po.filedComment}")
|
||||
@Schema(description = "${po.filedComment}")
|
||||
<#if po.fieldDbName == 'del_flag'>
|
||||
@TableLogic
|
||||
</#if>
|
||||
|
|
Loading…
Reference in New Issue