#
Junjie
2025-04-11 1e16693c0c1dacd3dddd4a9b23988960e85a7b86
src/main/java/com/zy/core/model/command/ShuttleCommand.java
@@ -46,4 +46,11 @@
     */
    private List<NavigateNode> nodes;
    public String getMode$() {
        if (this.mode == null) {
            return null;
        }
        return ShuttleCommandModeType.get(this.mode).desc;
    }
}