diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 96c9037d..30735d78 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -127,8 +127,6 @@ namespace IRaCIS.Application.Contracts public string UserCode { get; set; } = string.Empty; - public bool IsZhiZhun { get; set; } - public string UserType { get; set; } = string.Empty; public string UserTypeShortName { get; set; } = string.Empty;