非dicom 文件上传视频,增加字段
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user