修改一版

This commit is contained in:
he
2022-07-22 10:16:38 +08:00
parent 5bfca31963
commit e36e130243
4 changed files with 14 additions and 6 deletions
@@ -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>