Require roomTypeCode for room upsert
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s

This commit is contained in:
androidlover5842
2026-01-27 03:14:58 +05:30
parent 40a09d1c83
commit a39a9dcd1f
2 changed files with 6 additions and 12 deletions

View File

@@ -52,8 +52,7 @@ enum class RoomBoardStatus {
data class RoomUpsertRequest(
val roomNumber: Int,
val floor: Int?,
val roomTypeId: UUID? = null,
val roomTypeCode: String? = null,
val roomTypeCode: String,
val hasNfc: Boolean,
val active: Boolean,
val maintenance: Boolean,