From 4badfd198aa170bca655b19f11c185adf219c337 Mon Sep 17 00:00:00 2001 From: ycl Date: Sun, 22 Jun 2025 17:41:59 +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 9fd2f6f..26c7ec7 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -24,7 +24,7 @@ "name": { "type": "string","description": "名称,使用英语表达,单词之间使用下划线分割,总长度不能超过32个字符"}, "uuid": { "type": "string","description": "计元素(Enum)在TOCO中的唯一标识符,在创建枚举的时候,该字段为空; 在更新时,该字段不能为空"}, "description": { "type": "string", "description": "描述,描述这个枚举的具体含义,介绍这个枚举的用途,控制在128个字符以内"}, - "moduleId": { "type": "string", "description": "指定该设计元素(Enum)所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, + "moduleName": { "type": "string", "description": "指定该设计元素(Enum)所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, "values": { "type": "array", "items": {"type": "string","description": "枚举值列表,使用英语表达, 单词之间使用下划线分割,总长度不能超过32个字符"} @@ -54,7 +54,7 @@ "name":{ "type": "string", "description": "名称,使用英语表达,单词之间使用下划线分割,总长度不能超过32个字符"}, "description": { "type": "string","description": "描述,描述这个数据结构的具体含义,介绍这个数据结构的用途,控制在128个字符以内"}, "uuid":{ "type": "string", "description": "该设计在TOCO中的唯一标识符,在创建EO的时候,该字段为空; 在更新时,该字段不能为空"}, - "moduleId":{ "type": "string", "description": "指定该设计所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, + "moduleName":{ "type": "string", "description": "指定该设计所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, "fieldList":{ "type":"array", "items":{