package com.healthcare.ohctech.dto; import java.util.List; public record ChildMenuDto(Long Id, String name, String menuUrl, List childMenus) { }