发布修改

Uat_Study
hang 2023-07-13 16:06:31 +08:00
parent a3b52dc9ff
commit e502721d13
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string UserName { get; set; } public string UserName { get; set; }
public string FullName { get; set; } public string FullName { get; set; }
public UserTypeEnum UserTypeEnum { get; set; }
//public string UserTypeShortName { get; set; } //public string UserTypeShortName { get; set; }
} }