更新 a2s-v1_2-project_stats.md

This commit is contained in:
8ga
2026-07-23 16:28:42 +08:00
parent 03756c7413
commit def3cb4507

View File

@@ -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均不能复用其它目录下面的可以抄一个放到<目录说明>中对应的目录下,因为该模块未来可能会独立出去
## 任务清单