项目中心改为分页
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-07 10:52:50 +08:00
parent 824b165723
commit cc088900b6
2 changed files with 21 additions and 9 deletions
@@ -47,6 +47,13 @@ namespace IRaCIS.Application.Contracts
}
public class TrialSiteInQuery:PageInput
{
public string? TrialSiteName { get; set; }
public string? TrialCode { get; set; }
}
public class TrialSiteAddView
{
public Guid TrialSiteId { get; set; }