添加接口 修改原有逻辑
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Threading.Tasks;
|
||||
namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public class DataInspectionAddDTO
|
||||
@@ -81,7 +81,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
/// </summary>
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
|
||||
public List<EnumList> EnumList { get; set; }=new List<EnumList> { };
|
||||
public List<EnumList> EnumList { get; set; } = new List<EnumList> { };
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -169,6 +169,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public string closeReason { get; set; }
|
||||
}
|
||||
|
||||
public class UpdateModalityDto
|
||||
{
|
||||
public Guid id { get; set; }
|
||||
public int type { get; set; }
|
||||
public string modality { get; set; }
|
||||
public string bodyPart { get; set; }
|
||||
}
|
||||
|
||||
public class CloseQCChallengeDto
|
||||
{
|
||||
public Guid qcChallengeId { get; set; }
|
||||
@@ -275,12 +283,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 用户 签名某个文档 Dto
|
||||
/// </summary>
|
||||
public class TrialDocumentConfirmDTO : InspectionBase, IInspectionDTO, ISignDTO
|
||||
{
|
||||
|
||||
{
|
||||
public UserConfirmCommand OptCommand { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user