Expand description
编辑器页面数据访问层 (Editor Page Repository)
封装 editor_page 表的查询与写入(SeaORM)。所有查询强制以 episode_id 过滤,
与分片键对齐,禁止全表扫描。
Structs§
- Editor
Page Repository - 编辑器页面仓储
- NewEditor
Page - 新建页面的入参(服务层组装后传入)
编辑器页面数据访问层 (Editor Page Repository)
封装 editor_page 表的查询与写入(SeaORM)。所有查询强制以 episode_id 过滤,
与分片键对齐,禁止全表扫描。