5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
package com.healthcare.ohctech.dto;
|
|
|
|
public record BodyMeasurementMasterDto(Long id, String weight, Float inKgs, Integer modifiedBy) {
|
|
}
|