build guest rating system

This commit is contained in:
androidlover5842
2026-01-26 15:09:20 +05:30
parent 31398d3822
commit de7e293097
8 changed files with 287 additions and 6 deletions

View File

@@ -60,7 +60,8 @@ data class GuestResponse(
val phoneE164: String?,
val nationality: String?,
val addressText: String?,
val vehicleNumbers: Set<String>
val vehicleNumbers: Set<String>,
val averageScore: Double?
)
data class GuestVehicleRequest(