Merge branch 'master' of https://gitea.nxsir.cn/nanxun/IM_NEW
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FileService.Application.StorageContracts
|
||||
{
|
||||
public record SaveLocalPartCommand(
|
||||
string UploadSessionId,
|
||||
int PartNumber,
|
||||
Stream Stream,
|
||||
long ContentLength,
|
||||
string? Checksum = null);
|
||||
}
|
||||
Reference in New Issue
Block a user