修改 正式 非正式用户

This commit is contained in:
2023-01-16 17:18:45 +08:00
parent 261a038cf3
commit 26cd63936f
10 changed files with 116 additions and 29 deletions
+3
View File
@@ -42,6 +42,9 @@ namespace IRaCIS.Core.Domain.Models
public DateTime? LastLoginTime { get; set; }
public Guid UserTypeId { get; set; } = Guid.Empty;
// 内部用户 外部用户
public bool IsZhiZhun { get; set; }
public UserTypeEnum UserTypeEnum { get; set; }