This commit is contained in:
he
2023-01-16 17:14:14 +08:00
parent 0f3834414c
commit 35aed3a31c
7 changed files with 44 additions and 38 deletions
@@ -92,6 +92,11 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid TrialId { get; set; }
public Guid? SiteId { get; set; }
/// <summary>
/// 传了Id 就不查询这条数据
/// </summary>
public Guid? Id { get; set; }
public Guid? SubjectId { get; set; }