Commit aa39aee9 by lzy

Merge branch 'dev' of git.xmmakeit.com:huangjiay/iot-platform-server into dev

parents 2a34f61d e148aa20
...@@ -19,7 +19,7 @@ public class PlatDeviceEnum { ...@@ -19,7 +19,7 @@ public class PlatDeviceEnum {
} }
public enum CategoryEnum implements BaseEnum { public enum CategoryEnum implements BaseEnum {
HEART("device.category.heart"), FALL("device.status.fall"), SPACE("device.status.space"); HEART("device.category.heart"), FALL("device.category.fall"), SPACE("device.category.space");
private String code; private String code;
......
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 sign in to comment