修改展示样式,修改排序,增加查询条件

This commit is contained in:
2024-04-01 11:02:21 +08:00
parent ba984f9263
commit a8da0c0b55
3 changed files with 9 additions and 4 deletions
@@ -1,5 +1,6 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Web;
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Domain.Share;
@@ -274,7 +275,9 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? SponsorId { get; set; }
public CriterionType? CriterionType { get; set; }
public string? PM_EMail { get; set; }
}
public class TrialToBeDoneDto : TrialBaseInfoDto