package com.healthcare.ohctech.dto; public record BodyMeasurementMasterDto(Long id, String weight, Float inKgs, Integer modifiedBy) { }