From def3cb45076c5ce1f40dabf1da206dfaae79baa1 Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 23 Jul 2026 16:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20a2s-v1=5F2-project=5Fstats?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a2s-v1_2-project_stats.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/a2s-v1_2-project_stats.md b/a2s-v1_2-project_stats.md index 4da682f..e02e5d5 100644 --- a/a2s-v1_2-project_stats.md +++ b/a2s-v1_2-project_stats.md @@ -34,15 +34,12 @@ ## 公共约定 -- 枚举类、常量类、工具函数、VO、DTO均不能复用其它目录下面的,可以抄一个放到<目录说明>中对应的目录下,因为该模块未来可能会独立出去 - 代码书写规范:https://git.jkwlstv.cn/doc/prompts/src/branch/main/clean_java_code_rules.md - -## 示例 - -- 接口文档:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_rest_api_doc.md -- MySQL建表语句:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_mysql_ddl.md -- 实体类:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_entity.md -- 枚举类:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_enum.md +- 接口文档示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_rest_api_doc.md +- SQL示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_mysql_ddl.md +- 实体类示例代码:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_entity.md +- 枚举类示例代码:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_enum.md +- 枚举类、常量类、工具函数、VO、DTO均不能复用其它目录下面的,可以抄一个放到<目录说明>中对应的目录下,因为该模块未来可能会独立出去 ## 任务清单