5 lines
195 B
Plaintext
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) {
|
||
|
}
|