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

This commit is contained in:
zhangdahai112 2022-11-11 11:37:09 +08:00 committed by zhangdahai112
parent 5238a86e22
commit 95dd6a5e69
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
}