xieb
2023-11-01 086303d9459aaa4759d6f9845965a8bdeed5d1bc
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;