From 6e02f747ae20fff0b0975a0eaf7b33c6607fbe26 Mon Sep 17 00:00:00 2001 From: ycl Date: Sun, 29 Jun 2025 16:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20llms-full.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llms-full.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llms-full.txt b/llms-full.txt index 02abe33..676c21c 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -764,11 +764,11 @@ DateTime endTime; //会议结束时间 "query":{"type":"string","description":"查询语句,符合前述语法定义"}, "voOrDtoId":{"type":"string","description":"返回数据对象(VO或DTO)的uuid,创建的时候必须指定,更新的时候不传递"}, "outOrder":{"type":"array","description":"入参排序方式定义", - "items":{"type":"object","description":"定义字段排序方式","required":["field", "direction"], + "items":{"type":"object","description":"定义字段排序方式","required":["fieldPath", "direction"], "properties":{"fieldPath": {"type":"string","description":"字段名路径"},"direction": {"type":"string","description":"排序方向,可以是ASC(升序)或者DESC(降序)"}}} }, "defaultOrder": {"type":"array","description":"默认排序方式定义", - "items": {"type":"object","description":"定义字段排序方式","required":["field", "direction"], + "items": {"type":"object","description":"定义字段排序方式","required":["fieldPath", "direction"], "properties":{"fieldPath": {"type":"string","description":"字段名"},"direction": {"type":"string","description":"排序方向,可以是ASC(升序)或者DESC(降序)"}}} }, "filters": {"type": "array", "description":"过滤条件定义",