package com.healthcare.ohctech.dto;

public record BusinessUnitDto (Long id, String buName, String buHeadName, String buEmail){
}