更新 llms-full.txt
This commit is contained in:
@@ -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": "#"},
|
||||||
|
|||||||
Reference in New Issue
Block a user