aix
2024-08-06 7f1e5a861d9944cc28285cd36ee47b33dee04446
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;