wvp passive

This commit is contained in:
2025-01-16 18:27:40 +08:00
parent f2f7fa22c9
commit 0bba613001
6 changed files with 180 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import lombok.Getter;
public enum DeviceStoreTypeEnum {
ALI_OSS(1, "阿里云OSS"),
WVP_ACTIVE(3, "WVP主动模式"),
WVP_PASSIVE(4, "WVP被动模式"),
LOCAL(2, "本地文件");
private final int type;