Skip to content

Commit

Permalink
add attachedEnvActionId to AttachedReportingDataOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Oct 17, 2023
1 parent 6cad156 commit 9d0c622
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import fr.gouv.cacem.monitorenv.domain.use_cases.reportings.dtos.ReportingDTO
import fr.gouv.cacem.monitorenv.infrastructure.api.adapters.publicapi.outputs.ControlUnitDataOutput
import org.locationtech.jts.geom.Geometry
import java.time.ZonedDateTime
import java.util.UUID

data class AttachedReportingDataOutput(
val id: Int,
Expand Down Expand Up @@ -38,6 +39,7 @@ data class AttachedReportingDataOutput(
val missionId: Int? = null,
val attachedToMissionAtUtc: ZonedDateTime? = null,
val detachedFromMissionAtUtc: ZonedDateTime? = null,
val attachedEnvActionId: UUID? = null,
) {
companion object {
fun fromReportingDTO(
Expand Down

0 comments on commit 9d0c622

Please sign in to comment.