release/2025-02-20-12-48
This commit is contained in:
parent
5ec569f3c9
commit
64c5b9fca5
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user