ohctechv3/.svn/pristine/43/433ee6314d08b63934d9f1064bd527a329aa8c59.svn-base
2024-10-28 15:03:36 +05:30

5 lines
134 B
Plaintext

package com.healthcare.ohctech.dto;
public record ComplaintDto(Long id, String complaint, String complaintDesc, String isActive) {
}