package com.healthcare.ohctech.dto; public record FoodMasterDto(Long id, String foodName, Integer modifiedBy) { }