人员信息加字段
parent
3cb2274486
commit
ba7311c126
|
@ -69,6 +69,11 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||||
public DateTime UpdateTime { get; set; } = DateTime.Now;
|
public DateTime UpdateTime { get; set; } = DateTime.Now;
|
||||||
|
|
||||||
public bool IsSelect { get; set; }
|
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 OrganizationName { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
public string UserName { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
public string EMail { get; set; } = string.Empty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue