|
@@ -21,6 +21,9 @@ public class DictConstants {
|
|
|
public static final String CONFLICT_TYPE = "conflictType"; // 冲突类型
|
|
|
public static final String EVALUATION_LEVEL = "evaluationLevel";//项目评测等级
|
|
|
public static final String PROJECT_RUN_STATE = "projectRunState";//项目运行状态
|
|
|
+ public static final String VALIDATION_STATUS = "validationStatus";//项目运行状态
|
|
|
+
|
|
|
+ public static final String ALGORITHM_FILE = "algorithmFile";//算法文件上传type
|
|
|
|
|
|
|
|
|
|