优化文件存储

This commit is contained in:
不做码农
2021-12-23 21:22:38 +08:00
parent bbe0241dda
commit 0334c1e1e8
5 changed files with 93 additions and 63 deletions

View File

@@ -16,6 +16,14 @@ namespace ZR.Model.System
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public long Id { get; set; }
/// <summary>
/// 文件真实名
/// </summary>
public string RealName { get; set; }
/// <summary>
/// 文件类型
/// </summary>
public string FileType { get; set; }
/// <summary>
/// 描述 : 文件名
/// 空值 : true
/// </summary>