LeoMoulin 4199663d64 Huge commit
- Rework the inscription requests system so that it considers the equivalence systems and the impact of the teacher in the inscription procedure.
2024-04-11 16:45:48 +02:00

9 lines
120 B
Java

package ovh.herisson.Clyde.Tables;
public enum RequestState {
Accepted,
Refused,
Pending,
Unrequired
}