This commit is contained in:
he
2023-01-03 15:18:40 +08:00
parent 932cb89a44
commit dcbb9fa391
4 changed files with 39 additions and 0 deletions
@@ -526,6 +526,17 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public string ParentQuestionName { get; set; }
/// <summary>
/// Parent字典code
/// </summary>
public string ParentDictionaryCode { get; set; } = string.Empty;
/// <summary>
/// Parent问题类型
/// </summary>
public TableQuestionType? ParentQuestionGenre { get; set; }
public int? RelevanceShowOrder { get; set; }