修改StudyName 存放位置
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-02-27 15:38:51 +08:00
parent 45da1645e0
commit 4c21459e00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace IRaCIS.Core.Application.Contracts
public int FileCount { get; set; } public int FileCount { get; set; }
public string StudyName { get; set; }
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>(); public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();
@ -55,6 +54,7 @@ namespace IRaCIS.Core.Application.Contracts
public int Code { get; set; } public int Code { get; set; }
public string StudyName { get; set; }
public string VideoName { get; set; } = string.Empty; public string VideoName { get; set; } = string.Empty;