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