mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-28 17:22:31 +00:00
fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
This commit is contained in:
parent
d8bc74794d
commit
da08adbea1
@ -27,7 +27,7 @@
|
||||
return "";
|
||||
}
|
||||
<#else>
|
||||
@Schema(value = "${po.filedComment}")
|
||||
@Schema(description = "${po.filedComment}")
|
||||
<#if po.fieldDbName == 'del_flag'>
|
||||
@TableLogic
|
||||
</#if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user