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