提交阅片导表逻辑

This commit is contained in:
2024-10-22 13:45:16 +08:00
parent 78c90734b2
commit a90bb18154
4 changed files with 93 additions and 5 deletions
@@ -1061,6 +1061,8 @@ namespace IRaCIS.Core.Application.Contracts
public class CommonQuesionInfo
{
public QuestionType? QuestionType { get; set; }
public string QuestionName { get; set; }
public string QuestionValue { get; set; }