refactor(UI自动化): SDK增加文件枚举常量
This commit is contained in:
parent
845ff07bdc
commit
829890fad0
|
@ -0,0 +1,5 @@
|
|||
package io.metersphere.commons.constants;
|
||||
|
||||
public enum StorageEnums {
|
||||
LOCAL, MINIO, FILE_REF
|
||||
}
|
Loading…
Reference in New Issue