From 3bf88844d31e0639e530b4914f3c6629dc4aebb3 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 27 Apr 2023 18:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs | 2 -- 1 file changed, 2 deletions(-) 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;