ohctechv3/.svn/pristine/62/626b1710d4c1e65aaa7e8fec233531f67ef1da17.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 FoodMasterDto(Long id, String foodName, Integer modifiedBy) {
}