hdy
2024-01-06 9c5ce6d05798da90d130ddf42d366fab369735e7
jcdm-common/src/main/java/com/jcdm/common/utils/file/FileTypeUtils.java
@@ -13,7 +13,7 @@
    /**
     * 获取文件类型
     * <p>
     * 例如: ruoyi.txt, 返回: txt
     * 例如: jcdm.txt, 返回: txt
     * 
     * @param file 文件名
     * @return 后缀(不含".")
@@ -30,7 +30,7 @@
    /**
     * 获取文件类型
     * <p>
     * 例如: ruoyi.txt, 返回: txt
     * 例如: jcdm.txt, 返回: txt
     *
     * @param fileName 文件名
     * @return 后缀(不含".")