From c9465709c827d68f243a54609ce691f341306b9d Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期四, 28 九月 2023 14:23:58 +0800
Subject: [PATCH] 员工账号校验必须为电话号码

---
 DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs b/DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs
index 56e1f82..9950bfa 100644
--- a/DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs
+++ b/DocumentServiceAPI.Model/cyDocumentModel/Document_EmployeeInfo.cs
@@ -69,7 +69,7 @@
         /// </summary>           
         public DateTime? LoginTime { get; set; }
         /// <summary>
-        /// 鏄惁鐧诲綍
+        /// 鏄惁鏃剁鐞嗗憳
         /// </summary>           
         public bool? IsLogin { get; set; }
         /// <summary>

--
Gitblit v1.9.1