Skip to content

Commit a68ae30

Browse files
committed
Creaed SystemSource Enum
Created a ENUM which will hold options possible options for which system the data comes from i.e Prison or Probation
1 parent 302847f commit a68ae30

File tree

1 file changed

+5
-0
lines changed
  • src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.hmpps
2+
3+
enum class SystemSource {
4+
PRISON_SYSTEMS, PROBATION_SYSTEMS,
5+
}

0 commit comments

Comments
 (0)