mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-14 07:02:12 +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 "";
|
||||
}
|
||||
<#else>
|
||||
@Schema(value = "${po.filedComment}")
|
||||
@Schema(description = "${po.filedComment}")
|
||||
<#if po.fieldDbName == 'del_flag'>
|
||||
@TableLogic
|
||||
</#if>
|
||||
|
Reference in New Issue
Block a user