Commit e35b640e by gdj

更新草莓机场枚举值

parent b1512753
...@@ -92,12 +92,12 @@ public enum DeviceTypeEnum { ...@@ -92,12 +92,12 @@ public enum DeviceTypeEnum {
M4TD_CAMERA(99), M4TD_CAMERA(99),
// 草莓 // 草莓
_88097(97), _88097(88097),
_88098(98), _88098(88098),
_88100(100), _88100(88100),
_88101(101), _88101(88101),
_88102(102), _88102(88102),
_88103(103), _88103(88103),
; ;
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