正式用户 非正式用户代码修改
This commit is contained in:
@@ -77,6 +77,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
//医生生成账号后,会有值
|
||||
public Guid? DoctorId { get; set; }
|
||||
|
||||
|
||||
public bool IsTestUser { get; set; }
|
||||
|
||||
[Projectable] public string FullName => LastName + " / " + FirstName;
|
||||
|
||||
//[Projectable] public string FullName => $"{LastName} / {FirstName}";
|
||||
|
||||
Reference in New Issue
Block a user