修改一版
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user