ai_member_xiaoban/output/README.md

27 lines
648 B
Markdown
Raw Permalink 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.

# output/ - 输出文件目录
存放小斑产出的正式交付物。
## 用途
- 生成的报表文件CSV、Excel、PDF 等)
- 数据导出结果
- 分析报告和总结文档
- 需要分享给同事的文件
## 目录组织建议
```
output/
├── reports/ # 报表类输出
├── exports/ # 数据导出
├── docs/ # 文档类输出
└── README.md
```
## 规则
- 文件名应包含日期标识,便于追溯(如 `report-2025-03-26.csv`
- 包含敏感数据的输出文件应在文件名中标注(如 `confidential-xxx.xlsx`
- 定期归档历史输出,避免目录过大