zc
2025-05-07 fcb71b8fc63f74cd00d3faa76c73f4c5566ee352
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;
    }
}