refactor: 完成文件模块优化重构

This commit is contained in:
橙子
2024-12-21 23:00:43 +08:00
parent 6c409bfa00
commit c00ada5aee
6 changed files with 61 additions and 26 deletions

View File

@@ -11,10 +11,10 @@ namespace Yi.Framework.Core.Enums
/// </summary>
public enum FileTypeEnum
{
File,
Image,
Thumbnail,
Excel,
Temp
file,
image,
thumbnail,
excel,
temp
}
}