You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
215 B
Dart

7 months ago
enum DemoRequestStepEnum {
qAuditorRejectAccept, // 5 quality auditor accept reject
updateRequest, //7
extendDemoPeriod, //15 extent
7 months ago
viewOnly, // need to check when show view only
submitEvaluation, //18
7 months ago
}