package com.healthcare.ohctech.dto; public record AmbulanceDetailsNewDto(Long id, String ambulanceName, String ambulanceNumber, Integer modifiedBy, Long ohcTypeId, Long ambulanceCategoryId) { }