This commit is contained in:
he
2024-05-16 13:59:11 +08:00
parent 75367ae727
commit 3da3b9de45
3 changed files with 22 additions and 8 deletions
+5
View File
@@ -83,6 +83,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public DateTime? LastChangePassWordTime { get; set; }
/// <summary>
/// LastLoginIP
/// </summary>
public string LastLoginIP { get; set; } = string.Empty;
//医生生成账号后,会有值
public Guid? DoctorId { get; set; }