提交一版

This commit is contained in:
he
2022-04-19 09:37:45 +08:00
parent 326fc3c00f
commit 1fc388266e
3 changed files with 12 additions and 3 deletions
@@ -202,6 +202,11 @@ namespace IRaCIS.Core.Application.Contracts
public QCChanllengeReuploadEnum ReuploadEnum { get; set; }
public DateTime? DeadlineTime { get; set; }
public Guid SiteId { get; set; }
public AuditStateEnum AuditState { get; set; }
public CurrentQC CurrentQCEnum { get; set; }
public TrialQCProcess QCProcessEnum { get; set; }
public string ChallengeCode { get; set; } = String.Empty;
public string ChallengeType { get; set; } = string.Empty;