添加报工人

This commit is contained in:
qianhao.xu
2024-12-16 13:46:46 +08:00
parent 73b6acd375
commit ac20efae2f
12 changed files with 188 additions and 52 deletions

View File

@@ -68,6 +68,7 @@ namespace Infrastructure.Model
/// </summary>
public class Upload
{
public string rootDirectory { get; set; }
public string UploadUrl { get; set; }
public string LocalSavePath { get; set; }
public int MaxSize { get; set; }