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,创建的时候必须指定,更新的时候不传递"},