非dicom 文件上传视频,增加字段

This commit is contained in:
2022-05-09 13:32:29 +08:00
parent 9e19dcb8b6
commit b0e7aadd76
3 changed files with 23 additions and 15 deletions
@@ -62,6 +62,15 @@ namespace IRaCIS.Core.Application.Contracts
public string Description { get; set; } = string.Empty;
public int Code { get; set; }
public string VideoName { get; set; } = string.Empty;
public string VideoObjectName { get; set; } = string.Empty;
public DateTime? UploadVideoTime { get; set; }
public string VideoUrl { get; set; } = string.Empty;
}