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