From b044183d3f3eae7150371318a017160fcd67c715 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 08 四月 2026 18:09:28 +0800
Subject: [PATCH] Merge branch 'dev' to sync branches

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs
index 678745b..caf46c4 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs
@@ -1,15 +1,18 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
 namespace WIDESEA_Model
 {
+    /// <summary>
+    /// 鐧诲綍淇℃伅妯″瀷
+    /// </summary>
     public class LoginInfo
     {
-        public string UserName { get; set; }
+        /// <summary>
+        /// 鐢ㄦ埛鍚�
+        /// </summary>
+        public string UserName { get; set; } = string.Empty;
 
-        public string Password { get; set; }
+        /// <summary>
+        /// 瀵嗙爜
+        /// </summary>
+        public string Password { get; set; } = string.Empty;
     }
 }

--
Gitblit v1.9.3