添加统计接口
This commit is contained in:
parent
7e9cba4e33
commit
e80cfe9e2b
|
|
@ -31,7 +31,13 @@ public enum DockStatusEnum {
|
|||
/**
|
||||
* 待标定/未知
|
||||
*/
|
||||
UNKNOWN("UNKNOWN", "待标定");
|
||||
UNKNOWN("UNKNOWN", "待标定"),
|
||||
|
||||
/**
|
||||
* 待标定/未知
|
||||
*/
|
||||
OFFLINE("OFFLINE", "离线");
|
||||
|
||||
|
||||
private final String code;
|
||||
private final String description;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8daf7a6d842dad1070246129f0629d7090ab1787
|
||||
Subproject commit b559487474c37573edfff43bc44ac60fcf6a7ace
|
||||
Loading…
Reference in New Issue