更新 llms-full.txt
This commit is contained in:
@@ -522,10 +522,11 @@ DateTime endTime; //会议结束时间
|
||||
- 以json格式表达,json schema 定义如下
|
||||
```json
|
||||
{
|
||||
"type": "object","description": "查询对象定义", "required": ["name","fromEntity"],
|
||||
"type": "object","description": "查询对象定义", "required": ["dtoOrVoId","name","fromEntity"],
|
||||
"properties": {
|
||||
"name": {"type": "string", "description": "查询对象名称,用英语表达,单词之间下划线分割,长度补超过32个字符"},
|
||||
"uuid": {"type": "string", "description": "查询对象uuid, 在更新的时候必须传递(只有根节点必须传递),创建的时候不传递"},
|
||||
"dtoOrVoId":{"type":"string","description":"返回数据对象(VO或DTO)的uuid,创建的时候必须指定,更新的时候不传递"},
|
||||
"moduleName": {"type": "string", "description": "查询对象所属模块名称,在创建的时候必须传递"},
|
||||
"fromEntity": {"type": "string", "description": "查询对象对应的实体"},
|
||||
"expandList": {
|
||||
@@ -615,6 +616,7 @@ DateTime endTime; //会议结束时间
|
||||
"wo": {
|
||||
"uuid": null,
|
||||
"name": "meeting_with_room_and_agenda_wo",
|
||||
"dtoOrVoId":"96eedc80-2c29-44ab-883f-031efdba43e8",
|
||||
"description": "会议详情,包含会议室信息,以及其中的会议列表",
|
||||
"fromEntity": "meeting",
|
||||
"expandList": [
|
||||
|
||||
Reference in New Issue
Block a user