项目参与人员和参与site修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user