feat(room): add room number as column

This commit is contained in:
avicenan
2026-06-08 20:18:53 +09:00
parent 6d073a4541
commit ea24a712c9
2 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,7 @@ const doc = {
room: {
$room: "Room name",
$code: "R001",
number: "101",
$description: "Optional description",
$department_id: "uuid-string",
$serviceclass: "uuid-string",