feat(room): add room number as column
This commit is contained in:
@ -129,6 +129,7 @@ const doc = {
|
||||
room: {
|
||||
$room: "Room name",
|
||||
$code: "R001",
|
||||
number: "101",
|
||||
$description: "Optional description",
|
||||
$department_id: "uuid-string",
|
||||
$serviceclass: "uuid-string",
|
||||
|
||||
Reference in New Issue
Block a user