Commit b42e4ecb by gdj

香港暂时回退草莓机场枚举值。

parent 36d795d1
...@@ -97,12 +97,12 @@ public enum DeviceTypeEnum { ...@@ -97,12 +97,12 @@ public enum DeviceTypeEnum {
M4TD_CAMERA(99), M4TD_CAMERA(99),
// 草莓 // 草莓
_88097(88097), _88097(97),
_88098(88098), _88098(98),
_88100(88100), _88100(100),
_88101(88101), _88101(101),
_88102(88102), _88102(102),
_88103(88103), _88103(103),
; ;
private final int type; private final int type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment