添加项目文件。
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.Document;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class DocumentUploaderInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 上级文件id.
|
||||
/// </summary>
|
||||
public string? parentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 上级文件id.
|
||||
/// </summary>
|
||||
public IFormFile? file { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user