xieb
2024-04-10 6d5c27ead8a5911cfd604278ae4932655e6dc9df
src/main/java/com/dji/sample/component/mqtt/model/EventsResultStatusEnum.java
@@ -28,6 +28,8 @@
    TIMEOUT("timeout", true),
    PARTIALLY_DONE("partially_done", true),
    UNKNOWN("unknown", false);
    String desc;