mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-16 08:01:06 +00:00
Merge pull request #5766 from hoperunChen/springboot3-fix-#5742
fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user