From 91a8f855d657e0b8db05d218fd99400ce94cd2e4 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 31 Mar 2022 09:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95git=20=E9=92=A9=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 719327e37..d0a568ab3 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -160,9 +160,7 @@ namespace IRaCIS.Application.Contracts public class UserCommand : UserInfo - { - - + { //public string FirstName { get; set; } //public string LastName { get; set; } }