ohctechv3/.svn/pristine/fb/fb0492a747a7ffd87017ab9a8e79fe2d40d13134.svn-base

5 lines
115 B
Plaintext
Raw Normal View History

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