diff --git a/llms-full.txt b/llms-full.txt index 0f57353..7c4c0c2 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -857,8 +857,8 @@ DateTime endTime; //会议结束时间 "description":"写方案定义", "properties":{ "uuid":{"type":"string","description":"写方案设计元素的唯一标识,在创建的时候不传;更新的时候必须传递"}, - "name":{"type":"string","description":"需求的意图描述;长度限制在32个字符之内"}, - "description":{"type":"string","description":"需求的概括性描述;长度限制在256个字符内"}, + "name":{"type":"string","description":"写方案名称,英语表示,单词之间使用下划线连接,长度限制在32个字符之内"}, + "description":{"type":"string","description":"写方案描述,长度限制在256个字符内"}, "bo": {"type":"string","description":"聚合根的名称,确定了唯一聚合"}, "operations": { "type":"array","description":"定义了对写方案涉及到的相关实体的操作,包括操作类型和相关字段",