This commit is contained in:
he
2024-07-01 11:50:23 +08:00
parent ae2907ad5d
commit 76c6e8442a
3 changed files with 42 additions and 10 deletions
@@ -44,8 +44,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
/// <summary>
/// 大小
/// </summary>
public int Size { get; set; } = 0;
}
/// <summary>
/// 文件类型
/// </summary>
public string Type { get; set; }
}