From 60c33d122fed78adebb7cb9e85ab8dff3d7aa72a Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 12 六月 2025 16:26:25 +0800
Subject: [PATCH] 1

---
 WebAPI/Models/Department.cs |   26 +++-----------------------
 1 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/WebAPI/Models/Department.cs b/WebAPI/Models/Department.cs
index 5fc006a..32cf86a 100644
--- a/WebAPI/Models/Department.cs
+++ b/WebAPI/Models/Department.cs
@@ -11,44 +11,24 @@
         public string HNumber { get; set; }
         public string HName { get; set; }
         public string HShortNumber { get; set; }
-
         public string HRemark { get; set; }
-
         public string HUseFlag { get; set; }
-
         public long HParentID { get; set; }
-
         public string HBarCode { get; set; }
-
         public long HSecManagerID { get; set; }
-
         public long HCreateOrgID { get; set; }
-
         public long HUseOrgID { get; set; }
-
         public string HHelpCode { get; set; }
-
-
         public string HCreator { get; set; }
-
         public bool HStopflag { get; set; }
-
         public Int64 HEmpID { get; set; }
-
-        //public DateTime HCreateDate { get; set; }
-
+        public string HEmpName { get; set; }
         public string HUpDater { get; set; }
-
-        //public DateTime HUpDateDate { get; set; }
-
         public string HChecker { get; set; }
-
-        //public DateTime HCheckDate { get; set; }
-
         public string HDeleteMan { get; set; }
 
-        //public DateTime HDeleteDate { get; set; }
+        public bool HWorkShopFlag { get; set; }
 
-
+        public Int64 HEmpQtys { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1