更新 llms-full.txt

This commit is contained in:
ycl
2025-06-24 15:20:46 +08:00
parent b81838fcd1
commit a1b7012976

View File

@@ -479,7 +479,7 @@ DateTime endTime //会议结束时间
"type": "array", "description": "正向扩展列表", "type": "array", "description": "正向扩展列表",
"items": "items":
{ {
"type": "object","description": "正向扩展字段定义","required": ["field","wo","fieldName"], "type": "object","description": "正向扩展定义","required": ["field","wo","fieldName"],
"properties": { "properties": {
"field": {"type": "string", "description": "指定fromEntity的扩展字段必须是fromEntity的外键字段"}, "field": {"type": "string", "description": "指定fromEntity的扩展字段必须是fromEntity的外键字段"},
"wo": {"$ref": "#"}, "wo": {"$ref": "#"},
@@ -491,7 +491,7 @@ DateTime endTime //会议结束时间
"type": "array", "description": "反向扩展列表", "type": "array", "description": "反向扩展列表",
"items": "items":
{ {
"type": "object","description": "反向扩展字段定义","required": ["field","wo","fieldName"], "type": "object","description": "反向扩展定义","required": ["field","wo","fieldName"],
"properties": { "properties": {
"field": {"type": "string", "description": "指定fromEntity的扩展字段必须是fromEntity的外键字段"}, "field": {"type": "string", "description": "指定fromEntity的扩展字段必须是fromEntity的外键字段"},
"wo": {"$ref": "#"}, "wo": {"$ref": "#"},