Compare commits

...

2 Commits

Author SHA1 Message Date
孙小云 e9e3056af0 Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-cloud-all 2026-01-23 14:20:33 +08:00
孙小云 e80cfe9e2b 添加统计接口 2026-01-23 14:20:00 +08:00
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 code;
private final String description; private final String description;

@ -1 +1 @@
Subproject commit 8daf7a6d842dad1070246129f0629d7090ab1787 Subproject commit b559487474c37573edfff43bc44ac60fcf6a7ace