Allow rate plan code per room type
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -10,4 +10,5 @@ interface RatePlanRepo : JpaRepository<RatePlan, UUID> {
|
||||
fun findByPropertyIdOrderByCode(propertyId: UUID): List<RatePlan>
|
||||
fun findByIdAndPropertyId(id: UUID, propertyId: UUID): RatePlan?
|
||||
fun existsByPropertyIdAndCode(propertyId: UUID, code: String): Boolean
|
||||
fun existsByPropertyIdAndRoomTypeIdAndCode(propertyId: UUID, roomTypeId: UUID, code: String): Boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user