Files
th-hotel-simple/docs/import/reusable/ai-native-templates/DOMAIN_OBJECT.template.md
2026-07-17 13:13:47 +07:00

28 lines
476 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.

# 业务对象名称
## 1. 定义
说明这个业务对象是什么,不是什么。
## 2. 生命周期
说明对象从创建到结束的主要状态。
## 3. 业务规则
- 规则 1
- 规则 2
- 规则 3
## 4. 关系
说明它和其他业务对象的关系。
## 5. 禁止混淆
列出容易和它混淆的概念。
## 6. 非目标
说明本文不记录实现细节、表结构或接口字段。实现细节应放在 Architecture、Spec 或代码中。