修改一版

This commit is contained in:
he
2022-06-30 13:19:55 +08:00
parent 6cf36710e3
commit 979a9ecf16
2 changed files with 11 additions and 5 deletions
@@ -74,6 +74,12 @@ namespace IRaCIS.Core.Application.ViewModel
public string TypeValue { get; set; }
}
public class DeleteReadingMedicineTrialQuestion
{
public Guid TrialId { get; set; }
public Guid Id { get; set; }
}
public class AddTrialDataFromSystemInDto
{
public Guid TrialId { get; set; }
@@ -197,7 +203,7 @@ namespace IRaCIS.Core.Application.ViewModel
///<summary> ReadingMedicineTrialQuestionAddOrEdit 列表查询参数模型</summary>
public class ReadingMedicineTrialQuestionAddOrEdit
{
public Guid Id { get; set; }
public Guid? Id { get; set; }
public string Type { get; set; }
public string? ParentTriggerValue { get; set; }=string.Empty;