修改展示样式,修改排序,增加查询条件
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user