添加统计接口

This commit is contained in:
孙小云 2026-01-23 14:20:00 +08:00
parent 7e9cba4e33
commit e80cfe9e2b
2 changed files with 8 additions and 2 deletions

View File

@ -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