自动化立体仓库 - WCS系统
#
luxiaotao1123
2020-11-23 b53dff5d5ee6ab0d4ab138e14be643843869d00d
src/main/java/com/zy/common/utils/Struct.java
@@ -370,6 +370,8 @@
      instance.unusedBytes = unusedBytes;
      return (T) instance;
   }
   // 字节数组 ===>> 转为十六进制字符串
   public static String toHex(byte[] bytes) {
        StringBuilder buf = new StringBuilder(bytes.length * 2);
        for(byte b : bytes) { // 使用String的format方法进行转换
@@ -444,7 +446,6 @@
      }
      return bbt;
   }
    
    public static class TestMessage {
      public @size(1) byte begin = 0x7e;//起始符