修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user