add:
更新
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace IM_API.Dtos
|
||||
{
|
||||
public class UploadPartDto
|
||||
{
|
||||
public int PartNumber { get; set; }
|
||||
public string? ETag { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user