#
whycq
2025-02-06 17bb52d9337328323f5f8d2a806cf4f445673b4a
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);
//    }
}