From d99985b72e68658770f0204d16cb9f8cd32255dd Mon Sep 17 00:00:00 2001 From: oyo Date: Fri, 8 Aug 2025 17:40:19 +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 b9dcdce..d8650de 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1389,14 +1389,14 @@ requestParams为请求参数列表,response为返回结构,requestParams中 │ │ ├──enums/ # 项目级别枚举 │ │ ├──redis/ # Redis配置 │ │ ├──response/ # 返回结果封装 - │ │ └──utils/ # 项目级别工具类 + │ │ └──utils/ # 项目级别utils └── └── entrance/ # 项目入口 │ └──AppApplication.java # 项目启动类 └── modules # 子模块列表 └── module1/ # 子模块1 ├── common/ │ ├──constants/ # 模块常量 - │ ├──utils/ #模块级别工具类 + │ ├──utils/ #模块级别utils │ └──enums/ # 枚举 ├── entrance/web/src/main/java/com/{project_name}/{module_name}/entrance/web/ │ ├──controller/ # api 定义