xieb
2023-09-19 6e5af7b47c0db7b47a077cfe1a23df482f2703b2
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;