This commit is contained in:
he
2022-06-10 17:02:48 +08:00
parent beb83f1cf1
commit 187b819dba
6 changed files with 65 additions and 3 deletions
@@ -266,6 +266,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public bool obtaionOrCancel { get; set; }
}
public class ReadingClinicalDataSignIndto
{
/// <summary>
/// 阅片临床数据ID
/// </summary>
public Guid ReadingClinicalDataId { get; set; }
}
/// <summary>
/// 稽查泛型Dto
/// </summary>