Junjie
2023-04-03 6ffc119998de63d0c6c6c356612b555a5da8ab4e
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;
    }
}