#
Junjie
2025-04-11 5493592c8e079d88b75cd3849d8aef1113763ef6
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;
    }
}