feat(REQ-2106): 操作系统版本枚举值调整
This commit is contained in:
parent
74789207bc
commit
cfafafe137
@ -17,9 +17,9 @@ import java.util.Arrays;
|
||||
@AllArgsConstructor
|
||||
public enum OpSystemTypeEnum {
|
||||
|
||||
ANDROID("Android", "安卓"),
|
||||
ANDROID("ANDROID", "安卓"),
|
||||
|
||||
IOS("iOS", "苹果"),
|
||||
IOS("IOS", "苹果"),
|
||||
|
||||
PC("PC", "电脑");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user