人员信息加字段
This commit is contained in:
@@ -69,6 +69,11 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||
public DateTime UpdateTime { get; set; } = DateTime.Now;
|
||||
|
||||
public bool IsSelect { get; set; }
|
||||
|
||||
|
||||
public string Phone { get; set; } = String.Empty;
|
||||
public string EMail { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public string OrganizationName { get; set; } = String.Empty;
|
||||
|
||||
public string UserName { get; set; } = String.Empty;
|
||||
|
||||
public string EMail { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user