修改项目文档查询

This commit is contained in:
2024-03-12 13:52:00 +08:00
parent 2060f2c62e
commit 967a77f371
2 changed files with 15 additions and 3 deletions
@@ -35,10 +35,20 @@ namespace IRaCIS.Core.Application.Contracts
}
public class TrialSignDocView:UnionDocumentWithConfirmInfoView
{
public string TrialCode { get; set; }
public string ResearchProgramNo { get; set; }
public string ExperimentName { get; set; }
}
public class UnionDocumentWithConfirmInfoView: UnionDocumentView
{
public string TrialCode { get; set; }
public DateTime? ConfirmTime { get; set; }
public Guid? ConfirmUserId { get; set; }