This commit is contained in:
2025-03-01 11:51:15 +08:00
parent 94bf358a2d
commit 8428907db4
13 changed files with 181 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ public enum DeviceStoreTypeEnum {
WVP_ACTIVE(3, "WVP主动模式"),
WVP_PASSIVE(4, "WVP被动模式"),
VPT_PASSIVE(5, "VPT被动模式"),
AWS_OSS(6, "S3 OSS"),
LOCAL(2, "本地文件");
private final int type;