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 后缀(不含".")