提交 修改

This commit is contained in:
he
2022-04-13 17:51:30 +08:00
parent 2f3a67ba17
commit 88117a84f7
10 changed files with 52 additions and 24 deletions
@@ -63,6 +63,12 @@ namespace IRaCIS.Core.Application.Contracts
}
public class NoneDicomStudyAddReturnDto
{
public Guid Id{ get; set; }
public string StudyCode { get; set; } = string.Empty;
}
}