student-30864-patch-1 #11
@@ -1,10 +0,0 @@
|
||||
package com.example.nto.dto;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public record EmployeeInfoResponseDto(
|
||||
String name,
|
||||
String photoUrl,
|
||||
Map<String, BookingShortDto> booking
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user