#
whycq
2025-02-07 8e6d7c8275117ca2659e7f82051f8af19741aa9d
app/src/main/java/com/example/agvcontroller/protocol/PacBody.java
@@ -30,9 +30,10 @@
        this.messageBody = messageBody;
    }
    @Override
    public String toString() {
        return ByteBufUtil.hexDump(content);
    }
//    @Override
//    public String toString() {
//        return "";
////        return ByteBufUtil.hexDump(content);
//    }
}