更新 knowledge.md

This commit is contained in:
ycl
2025-10-15 11:22:54 +08:00
parent ec56219b83
commit 44f7ffda1d

View File

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