修改文件存储

This commit is contained in:
不做码农
2022-06-09 08:37:31 +08:00
parent ef9baadf92
commit 687160e0ae
5 changed files with 29 additions and 21 deletions

View File

@@ -29,6 +29,12 @@ namespace Infrastructure.Enums
/// 七牛
/// </summary>
[Description("七牛云")]
QINIU = 4
QINIU = 4,
/// <summary>
/// 远程
/// </summary>
[Description("远程")]
REMOTE = 5
}
}

View File

@@ -31,6 +31,7 @@ namespace Infrastructure
public class Upload
{
public string UploadUrl { get; set; }
public string LocalSavePath { get; set; }
}
/// <summary>
/// 阿里云存储