From 70e0f3410415b33ccaaf1e6f758a0f2c4affd4c6 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 29 六月 2023 15:20:24 +0800
Subject: [PATCH] 凯贝奈特网页版:增加 工艺路线历史列表Gy_RoutingBillList_His

---
 WebAPI/Models/Department.cs |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/WebAPI/Models/Department.cs b/WebAPI/Models/Department.cs
index a804b6a..05723c7 100644
--- a/WebAPI/Models/Department.cs
+++ b/WebAPI/Models/Department.cs
@@ -11,12 +11,20 @@
         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; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1