Skip to content

Commit

Permalink
Fjerner felter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Golberg committed Aug 27, 2024
1 parent 8f0a7a7 commit 3a6040e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
package no.nav.etterlatte.libs.common.inntektsjustering

import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import java.time.Instant
import java.util.UUID

@JsonIgnoreProperties(ignoreUnknown = true)
data class Inntektsjustering(
val id: UUID,
val sakId: Long,
val aar: Int,
val arbeidsinntekt: Int,
val naeringsinntekt: Int,
val arbeidsinntektUtland: Int,
Expand Down

0 comments on commit 3a6040e

Please sign in to comment.