forked from github/dataease
6 lines
110 B
Java
6 lines
110 B
Java
![]() |
package io.dataease.commons.constants;
|
||
|
|
||
|
public enum TestCaseReviewStatus {
|
||
|
Prepare, Underway, Completed
|
||
|
}
|