Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
derek
/
FPSMS-backend
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commitit
3
Branchit
150 MiB
Kotlin
69.6%
Java
16.4%
TSQL
11.5%
SQL
2.2%
Gradle
0.4%
Puu:
878a14f805
create_edit_user
master
production_process
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '878a14f805'
${ noResults }
FPSMS-backend
/
src
/
main
/
java
/
com
/
ffii
/
fpsms
/
enums
/
Enums.kt
6 rivejä
99 B
Raaka
Blame
Historia
package com.ffii.fpsms.enums
enum class Status(val value: Int) {
PENDING(1),
COMPLETE(2)
}