add:
更新
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using IM_API.Interface.Services;
|
||||
|
||||
namespace IM_API.VOs
|
||||
{
|
||||
public class CreateUploadTaskVo
|
||||
{
|
||||
public Guid TaskId { get; set; }
|
||||
|
||||
public int ChunkSize { get; set; }
|
||||
public int TotalChunks { get; set; }
|
||||
|
||||
public int Concurrency { get; set; } = 4;
|
||||
public string? Url { get; set; }
|
||||
public bool Skip { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user