This commit is contained in:
2022-06-07 15:56:05 +08:00
parent d238e6676f
commit 33e5704b76
2 changed files with 4 additions and 3 deletions
@@ -6,6 +6,8 @@
using System;
using IRaCIS.Core.Domain.Share;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace IRaCIS.Core.Application.ViewModel
{
/// <summary> VisitTaskView 列表视图模型 </summary>
@@ -25,7 +27,6 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime? CheckPassedTime { get; set; }
public DateTime? AllocateTime { get; set; }
public Guid SubjectId { get; set; }
public int Code { get; set; }
public string TaskCode { get; set; }
public bool IsUrgent { get; set; }
@@ -49,6 +50,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class VisitTaskQuery : PageInput
{
[NotDefault]
public Guid TrialId { get; set; }
public Guid? SiteId { get; set; }