人员信息加字段

This commit is contained in:
2022-03-30 16:34:41 +08:00
parent 3cb2274486
commit ba7311c126
2 changed files with 9 additions and 0 deletions
@@ -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;
}