Pierre Tellier 653f923693
All checks were successful
Format / formatting (push) Successful in 5s
Build / build (push) Successful in 27s
CI / build (push) Successful in 11s
fix: bugfix
2025-03-12 12:08:49 +01:00

10 lines
134 B
Java

package enseirb.myinpulse.model;
public enum ProjectDecisionValue {
PENDING,
ACTIVE,
ENDED,
ABORTED,
REJECTED,
}