ohctechv3/.svn/pristine/62/626b1710d4c1e65aaa7e8fec233531f67ef1da17.svn-base
2024-10-28 15:03:36 +05:30

5 lines
115 B
Plaintext

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