1
13693261870
2024-08-17 cd3ad956b8fc6579a17237aad29ed1e05b29cdd4
se-common/se-common-core/src/main/java/com/se/common/core/utils/file/FileTypeUtils.java
@@ -16,7 +16,7 @@
    /**
     * 获取文件类型
     * <p>
     * 例如: ruoyi.txt, 返回: txt
     * 例如: se.txt, 返回: txt
     * 
     * @param file 文件名
     * @return 后缀(不含".")
@@ -33,7 +33,7 @@
    /**
     * 获取文件类型
     * <p>
     * 例如: ruoyi.txt, 返回: txt
     * 例如: se.txt, 返回: txt
     *
     * @param fileName 文件名
     * @return 后缀(不含".")