From 71c12ff40d58c3dbdde6867396dd99224e57fc32 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期三, 30 四月 2025 16:00:01 +0800
Subject: [PATCH] 首页修改

---
 WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserViewModel.cs |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserViewModel.cs
index 0231531..ecebadb 100644
--- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserViewModel.cs
@@ -1,5 +1,4 @@
 锘縰sing System.ComponentModel.DataAnnotations;
-using Yw.Vmo;
 
 namespace HStation.WinFrmUI
 {
@@ -23,8 +22,8 @@
             this.CorpID = rhs.CorpID;
             this.Name = rhs.Name;
             this.Tag = rhs.Tag;
-            this.LoginName = rhs.LoginName;
-            this.LoginPwd = rhs.LoginPwd;
+            // this.LoginName = rhs.Name;
+            //     this.LoginPwd = rhs.LoginPwd;
             this.AdminType = rhs.AdminType;
             this.UseStatus = rhs.UseStatus;
             this.Description = rhs.Description;
@@ -40,8 +39,8 @@
             this.CorpID = rhs.CorpID;
             this.Name = rhs.Name;
             this.Tag = rhs.Tag;
-            this.LoginName = rhs.LoginName;
-            this.LoginPwd = rhs.LoginPwd;
+            //    this.LoginName = rhs.LoginName;
+            //     this.LoginPwd = rhs.LoginPwd;
             this.AdminType = rhs.AdminType;
             this.UseStatus = rhs.UseStatus;
             this.Description = rhs.Description;
@@ -70,10 +69,10 @@
         public string LoginPwd { get; set; }
 
         [Display(Name = "绠$悊绫诲瀷")]
-        public eAdminType AdminType { get; set; }
+        public Yw.Model.eAdminType AdminType { get; set; }
 
         [Display(Name = "浣跨敤鐘舵��")]
-        public eUseStatus UseStatus { get; set; }
+        public Yw.Model.eUseStatus UseStatus { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3