修改
This commit is contained in:
@@ -738,11 +738,22 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public TableQuestionType? QuestionGenre { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Parent问题类型
|
||||
/// </summary>
|
||||
public TableQuestionType? ParentQuestionGenre { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 字典code
|
||||
/// </summary>
|
||||
public string DictionaryCode { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Parent字典code
|
||||
/// </summary>
|
||||
public string ParentDictionaryCode { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 系统标准Id
|
||||
@@ -941,6 +952,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public TableQuestionType? QuestionGenre { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Parent问题类型
|
||||
/// </summary>
|
||||
public TableQuestionType? ParentQuestionGenre { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 全局阅片显示类型
|
||||
@@ -959,6 +975,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string DictionaryCode { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Parent字典code
|
||||
/// </summary>
|
||||
public string ParentDictionaryCode { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 关联ID
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user