ohctechv3/.svn/pristine/df/dff9f327537c36531a56c0ff52c0ededd8365fc3.svn-base

5 lines
130 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
package com.healthcare.ohctech.dto;
public record BusinessUnitDto (Long id, String buName, String buHeadName, String buEmail){
}