修改多选导表
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-09 11:39:49 +08:00
parent 2b24ce723e
commit aa96ef66c6
4 changed files with 55 additions and 9 deletions
@@ -1256,6 +1256,8 @@ namespace IRaCIS.Core.Application.Contracts
//问题标识,肿瘤评估用于区分是什么问题
public QuestionType? QuestionType { get; set; }
public OptionType OptionTypeEnum { get; set; }
public Guid QuestionId { get; set; }
public string QuestionName { get; set; }
@@ -1421,6 +1423,7 @@ namespace IRaCIS.Core.Application.Contracts
public string TableName { get; set; }
#endregion
public OptionType OptionTypeEnum { get; set; }
public Guid TableQuesionId { get; set; }