pamapi/src/main/java/com/pollex/pam/domain/Appointment.java
@@ -20,6 +20,7 @@ import javax.persistence.Table; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.annotation.LastModifiedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import com.pollex.pam.enums.AppointmentStatusEnum; @@ -75,6 +76,7 @@ private Instant appointmentDate = Instant.now(); @Column(name = "last_modified_date") @LastModifiedDate private Instant lastModifiedDate = Instant.now(); @Column(name = "agent_no")