mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-07 17:18:10 +00:00
fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
This commit is contained in:
parent
d8bc74794d
commit
da08adbea1
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user