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

5 lines
130 B
Plaintext

package com.healthcare.ohctech.dto;
public record BusinessUnitDto (Long id, String buName, String buHeadName, String buEmail){
}