feat(guild-model): complete guild/channel/dm entities

This commit is contained in:
nav
2026-05-12 09:01:24 +00:00
parent 2e2e217b5f
commit 46f138328e
7 changed files with 64 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
## 2. Fabric.Backend.GuildGuild Node
### 2.1 领域模型
- [ ] Guild/Channel/DM 实体补全
- [x] Guild/Channel/DM 实体补全
- [ ] Member/Role 基础模型(即使 MVP 权限全开,也先留结构)
- [ ] 索引设计channel_id + seq, created_at 等)