修改
This commit is contained in:
@@ -52,6 +52,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
public string Introduction { get; set; } = string.Empty;
|
||||
public string EMail { get; set; } = string.Empty;
|
||||
|
||||
public ReviewerInformationConfirmStatus ReviewStatus { get; set; } = ReviewerInformationConfirmStatus.ConfirmRefuse;
|
||||
public string WeChat { get; set; } = string.Empty;
|
||||
|
||||
//部门
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
public Guid DoctorId { get; set; }
|
||||
|
||||
public Guid? PhaseId { get; set; }
|
||||
|
||||
public DateTime? StartTime { get; set; }
|
||||
|
||||
public DateTime? EndTime { get; set; }
|
||||
|
||||
public string EvaluationContent { get; set; } = String.Empty;
|
||||
|
||||
public int VisitReadingCount { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user