修改
This commit is contained in:
@@ -202,6 +202,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public Guid OriginalId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class SynchronizeSystemOrganInDto
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class SynchronizeSystemOrganToTrialInDto
|
||||
{
|
||||
|
||||
|
||||
@@ -950,6 +950,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public ValueOfType? ValueType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据来源
|
||||
/// </summary>
|
||||
@@ -1021,10 +1026,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public string RelevanceValue { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统标准Id
|
||||
@@ -1570,6 +1571,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public LesionType? LesionType { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 问题类型
|
||||
/// </summary>
|
||||
|
||||
@@ -369,6 +369,10 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
#endregion
|
||||
|
||||
//public async Task<IResponseOutput> SynchronizeSystemOrgan()
|
||||
//{
|
||||
|
||||
//}
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user