质控问题导表bug 预先提交
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user