refactor(UI自动化): SDK增加文件枚举常量

This commit is contained in:
zhangdahai112 2022-11-11 11:37:09 +08:00 committed by jianxing
parent 845ff07bdc
commit 829890fad0
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package io.metersphere.commons.constants;
public enum StorageEnums {
LOCAL, MINIO, FILE_REF
}