Junjie
2023-03-31 87c4efe93e6fe31a9c989b4aa5cc0c8f559b845d
src/main/java/com/zy/common/utils/CommonUtils.java
@@ -40,4 +40,8 @@
        return new short[]{byteToShort2, byteToShort};
    }
    public static boolean shortToBoolean(Short num) {
        return num != 0;
    }
}