From aa8b21bb5f522c79431def9477c348a2dfd0e658 Mon Sep 17 00:00:00 2001 From: oyo Date: Fri, 8 Aug 2025 11:48:34 +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 9cdbb42..6a798db 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1457,8 +1457,8 @@ requestParams为请求参数列表,response为返回结构,requestParams中 - **强制代码检查**:使用 readClassMethod 或 findJavaClass 读取目标代码完整内容 - **注解识别**:检查代码中是否存在 @AutoGenerated 注解 - **修改策略选择**: - - 存在 @AutoGenerated → 使用TOCO设计元素工具修改(saveInterface/saveDto/saveVo等) - - 不存在 @AutoGenerated → 可以使用 editFile 直接修改 + - 存在 @AutoGenerated → 不可直接修改代码,应修改对应的TOCO设计 + - 不存在 @AutoGenerated → 可以直接修改代码文件 - **禁止行为**:严禁跳过检查步骤、严禁直接修改TOCO生成的代码 - **完整流程**:设计元素修改 → draftConfirm → designToCode → 必要时再用editFile补充