Zibaldone JavaSpring Bootcomtutegoch_05batchOperation Photo.java spring-boot/src/main/java/com/tutego/ch_05/batchOperation/Photo.java package com.tutego.ch_05.batchOperation; import java.time.LocalDateTime; public record Photo(long profile, String name, boolean isProfilePhoto, LocalDateTime created) { }