This commit is contained in:
2022-07-05 17:31:46 +08:00
parent 0a5b212846
commit 5676cc0195
5 changed files with 63 additions and 4 deletions
@@ -10,6 +10,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
public class NoneDicomStudyView:NoneDicomStudyAddOrEdit
{
public DateTime UpdateTime { get; set; }
public string CodeView { get; set; }
public int FileCount { get; set; }