From 44f7ffda1d87b1aa2276894c081ecc2e1a2120fb Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 15 Oct 2025 11:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20knowledge.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- knowledge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/knowledge.md b/knowledge.md index cc11bc1..f25530d 100644 --- a/knowledge.md +++ b/knowledge.md @@ -805,9 +805,9 @@ meeting_with_room_and_agenda_wo示例: "uuid": {"type":"string","description":"读服务设计元素的uuid,创建时不传入,在更新的时候必须传入"}, "woId": {"type":"string","description":"查询对象的uuid,作为查询服务的上下文,创建的时候必须指定,更新的时候不传递"}, "description": {"type":"string","description":"描述读方案的功能,长度限制在256个字符内"}, - "generateCountApi": {"type":"boolean", "description":"是否需要生成计数接口"}, - "supportPaginate": {"type":"boolean", "description":"是否需要分页"}, - "supportUnPage":{"type":"boolean", "description":"如果不需要分页,一次性返回部数据,则返回true"}, + "supportCount": {"type":"boolean", "description":"是否需要生成计数接口"}, + "supportPagination": {"type":"boolean", "description":"是否需要分页"}, + "supportQueryAll":{"type":"boolean","description":"如果不需要分页,一次性返回部数据"}, "supportWaterfall":{"type":"boolean","description":"是否需要瀑布流"}, "query":{"type":"string","description":"查询语句,符合前述语法定义"}, "voOrDtoId":{"type":"string","description":"返回数据对象(VO或DTO)的uuid,创建的时候必须指定,更新的时候不传递"},