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补充