上传监控

This commit is contained in:
2022-08-04 15:25:00 +08:00
parent f2202daa75
commit 8eb5476f8e
6 changed files with 174 additions and 46 deletions
@@ -80,6 +80,11 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("CreateUserId")]
public User Uploader { get; set; }
public bool IsSuccess = true;
public string Note = string.Empty;
}
}