xieb
2024-03-21 75f3d6a2c14da70f57b90e273cfe4f3fd9a8715d
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;