ohctechv3/.svn/pristine/b1/b1f3566b773ad8741d10d5ecfb577d5404d6e28a.svn-base
2024-10-28 15:03:36 +05:30

5 lines
195 B
Plaintext

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