fix: keep room capacity and beds consistent #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "codex/pr5-capacity-consistency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
扩容时自动补齐床位;缩容时校验当前入住人数与现有床位数量;容量和床位更新在同一事务中完成,并补充服务层测试。