From 00d786864e54c9478366b3d6ca36291e5ae678de Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 20 八月 2025 09:33:27 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/WebAPI/Models/Department.cs b/WebAPI/Models/Department.cs
index a804b6a..32cf86a 100644
--- a/WebAPI/Models/Department.cs
+++ b/WebAPI/Models/Department.cs
@@ -11,12 +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 string HEmpName { get; set; }
+        public string HUpDater { get; set; }
+        public string HChecker { get; set; }
+        public string HDeleteMan { get; set; }
 
+        public bool HWorkShopFlag { get; set; }
+
+        public Int64 HEmpQtys { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1