5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
package com.healthcare.ohctech.dto;
|
|
|
|
public record SaltMasterDto(Long id, String saltName, Integer modifiedBy) {
|
|
}
|