Skip to content
Snippets Groups Projects
Unverified Commit e098e3c4 authored by Chilja Gossow's avatar Chilja Gossow Committed by GitHub
Browse files

Extend check in risk (DEV) #2618

parent 46bccade
No related branches found
No related tags found
No related merge requests found
package de.rki.coronawarnapp.risk package de.rki.coronawarnapp.risk
import org.joda.time.LocalDate
interface TraceLocationCheckInRisk { interface TraceLocationCheckInRisk {
val checkInId: Long val checkInId: Long
val localDate: LocalDate
val riskState: RiskState val riskState: RiskState
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment