#
Junjie
1 天以前 9af70943c966b0c74dcd735217ff18c9d7564221
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;
    }
}