修改一版
This commit is contained in:
@@ -199,7 +199,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public bool? IsCopyOrigenalForms { get; set; } = false;
|
||||
|
||||
|
||||
public string RequestReReadingReason { get; set; } = string.Empty;
|
||||
|
||||
@@ -219,6 +219,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public string DisagreeReason { get; set; } = string.Empty;
|
||||
|
||||
public bool IsCopyOrigenalForms { get; set; }
|
||||
public bool IsCopyFollowForms { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否申请重阅
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user