修改一版
parent
e9e87a4c9f
commit
56badbff49
|
@ -191,8 +191,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public bool IsCopyOrigenalForms { get; set; }
|
public bool IsCopyOrigenalForms { get; set; }
|
||||||
|
|
||||||
public RequestReReadingType RequestReReadingType { get; set; }
|
|
||||||
|
|
||||||
public string RequestReReadingReason { get; set; } = string.Empty;
|
public string RequestReReadingReason { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -370,7 +370,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
{
|
{
|
||||||
IsCopyOrigenalForms = inDto.IsCopyOrigenalForms,
|
IsCopyOrigenalForms = inDto.IsCopyOrigenalForms,
|
||||||
RequestReReadingReason = inDto.RequestReReadingReason,
|
RequestReReadingReason = inDto.RequestReReadingReason,
|
||||||
RequestReReadingType = inDto.RequestReReadingType,
|
RequestReReadingType = RequestReReadingType.DocotorApply,
|
||||||
TrialId = inDto.TrialId,
|
TrialId = inDto.TrialId,
|
||||||
TaskIdList = new List<Guid>()
|
TaskIdList = new List<Guid>()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue