质控问题导表bug 预先提交

This commit is contained in:
2025-08-05 18:18:50 +08:00
parent 447d0149fd
commit 0c9f1f0191
3 changed files with 12 additions and 4 deletions
@@ -2247,6 +2247,11 @@ namespace IRaCIS.Core.Application.Contracts
}
public class GetQCQuestionAnswerQuery
{
public Guid TrialId { get; set; }
}
public class QCQuestionAnswerResult_export
{
public Guid SubjectVisitId { get; set; }
@@ -2287,6 +2292,8 @@ namespace IRaCIS.Core.Application.Contracts
public string VisitName { get; set; }
public decimal VisitNum { get; set; }
[DictionaryTranslate("CurrentQCType")]
public CurrentQC CurrentQCEnum { get; set; }
public string AuditUserName { get; set; }