ohctechv3/.svn/pristine/84/846d1ad77d5fc9ef4304d72abe365d5c8e0ecac3.svn-base

5 lines
137 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
package com.healthcare.ohctech.dto;
public record BodyMeasurementMasterDto(Long id, String weight, Float inKgs, Integer modifiedBy) {
}