feat(REQ-2106): 操作系统版本枚举值调整

This commit is contained in:
chenwenjian 2024-04-16 15:05:20 +08:00
parent 74789207bc
commit cfafafe137

View File

@ -17,9 +17,9 @@ import java.util.Arrays;
@AllArgsConstructor
public enum OpSystemTypeEnum {
ANDROID("Android", "安卓"),
ANDROID("ANDROID", "安卓"),
IOS("iOS", "苹果"),
IOS("IOS", "苹果"),
PC("PC", "电脑");