统一状态

This commit is contained in:
q4speed 2020-07-10 10:43:33 +08:00
parent ec5d1fa513
commit 506ad9f5f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package io.metersphere.commons.constants;
public enum APITestStatus {
Saved, Starting, Running, Completed, Error
Saved, Starting, Running, Reporting, Completed, Error
}