aslan-server/claude/modules/_TEMPLATE.md
2026-03-22 23:19:22 +08:00

33 lines
613 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 模块文档模板
> 复制此文件,重命名为 {module}.md按实际情况填写
## 模块名称
{模块中文名} / {模块英文名}
## 功能概述
> 一句话说明该模块的职责
## 核心实体
| 实体 | 表/集合 | 说明 |
|------|--------|------|
| XxxEntity | t_xxx | ... |
## 主要功能点
- [ ] 功能1
- [ ] 功能2
## 关键业务逻辑
> 描述复杂逻辑、计算规则、状态流转等
## 对外接口(供其他模块调用)
```java
// 接口签名 + 说明
```
## 依赖的其他模块
- 依赖 xxx 模块的 xxx 功能
## 已知问题 / 注意事项
- 注意点1