release/2025-02-20-12-48

This commit is contained in:
geniy 2025-02-20 12:49:03 +03:00
parent 5ec569f3c9
commit 64c5b9fca5

View File

@ -8,7 +8,7 @@ import lombok.experimental.UtilityClass;
public class EntryMapper { public class EntryMapper {
public static EntryDto toEntryDto(Entry entry) { public static EntryDto toEntryDto(Entry entry) {
return EntryDto.builder() return EntryDto.builder()
.codeId(entry.getId()) .codeId(entry.getCodeId())
.entryTime(entry.getEntryTime()) .entryTime(entry.getEntryTime())
.isCard(entry.isCard()) .isCard(entry.isCard())
.build(); .build();