Merge branch 'master' of https://gitea.nxsir.cn/nanxun/IM_NEW
This commit is contained in:
@@ -8,6 +8,7 @@ namespace IM.Commons.IntegrationEvents
|
||||
{
|
||||
public class UploadTaskCompleteEvent
|
||||
{
|
||||
public Guid OperatorId { get; set;}
|
||||
public Guid TaskId { get; set; }
|
||||
public string SessionId { get; set; }
|
||||
public string FileName { get; set; }
|
||||
@@ -15,6 +16,9 @@ namespace IM.Commons.IntegrationEvents
|
||||
public string Bucket { get; set; }
|
||||
public string Region { get; set; }
|
||||
public string ObjectKey { get; set; }
|
||||
public long FileSize { get; set; }
|
||||
public string ContentType { get; set; }
|
||||
public string CheckSun { get; set; }
|
||||
public IReadOnlyList<UploadPart> Parts { get; set; }
|
||||
}
|
||||
public sealed record UploadPart(
|
||||
|
||||
Reference in New Issue
Block a user