feat(guild-model): add member and role base entities

This commit is contained in:
nav
2026-05-12 09:02:21 +00:00
parent 46f138328e
commit e53c943991
5 changed files with 74 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
### 2.1 领域模型
- [x] Guild/Channel/DM 实体补全
- [ ] Member/Role 基础模型(即使 MVP 权限全开,也先留结构)
- [x] Member/Role 基础模型(即使 MVP 权限全开,也先留结构)
- [ ] 索引设计channel_id + seq, created_at 等)
### 2.2 消息主链路