6 changed files with 30 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
namespace Lion.AbpPro.FileManagement.Files; |
|||
|
|||
public class DownloadFileObjectInput |
|||
{ |
|||
/// <summary>
|
|||
/// 文件Id
|
|||
/// </summary>
|
|||
public Guid Id { get; set; } |
|||
} |
|||
Loading…
Reference in new issue