This commit is contained in:
2026-06-02 16:25:57 +08:00
24 changed files with 285 additions and 53 deletions
@@ -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(