项目参与人员和参与site修改

This commit is contained in:
2022-03-29 11:30:55 +08:00
parent 06c7b1ec52
commit 3b10124114
13 changed files with 131 additions and 119 deletions
@@ -131,13 +131,7 @@ namespace IRaCIS.Application.Contracts
public class UserSelectionModel
{
public Guid Id { get; set; }
public string RealName { get; set; } = string.Empty;
public string UserName { get; set; } = string.Empty;
}
public class TrialMaintenanceQuery : PageInput
@@ -150,6 +144,8 @@ namespace IRaCIS.Application.Contracts
public string OrganizationName { get; set; } = String.Empty;
public bool? IsDeleted { get; set; }
//public DateTime? RemoveTime { get; set; }
//public DateTime? JoinTime { get; set; }