diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/blob.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/blob.ftl index 081d8159..349e3f50 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/blob.ftl +++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/blob.ftl @@ -27,7 +27,7 @@ return ""; } <#else> - @Schema(value = "${po.filedComment}") + @Schema(description = "${po.filedComment}") <#if po.fieldDbName == 'del_flag'> @TableLogic