上传监控
This commit is contained in:
@@ -103,6 +103,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int FileCount { get; set; }
|
||||
|
||||
public bool IsSuccess = true;
|
||||
|
||||
public string Note = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -180,7 +180,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||
|
||||
UploadTime = t.CreateTime,
|
||||
|
||||
|
||||
IsSuccess=t.IsSuccess,
|
||||
Note=t.Note,
|
||||
IP = t.IP,
|
||||
FileCount = t.FileCount,
|
||||
FileSize = t.FileSize,
|
||||
|
||||
Reference in New Issue
Block a user