From fcc6bf3f4e0d50b0c7a6e66c8c4abe672d8be495 Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期一, 13 九月 2021 15:07:19 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git a/WebAPI/Models/Department.cs b/WebAPI/Models/Department.cs
index e814ce3..5fc006a 100644
--- a/WebAPI/Models/Department.cs
+++ b/WebAPI/Models/Department.cs
@@ -31,6 +31,10 @@
 
         public string HCreator { get; set; }
 
+        public bool HStopflag { get; set; }
+
+        public Int64 HEmpID { get; set; }
+
         //public DateTime HCreateDate { get; set; }
 
         public string HUpDater { get; set; }

--
Gitblit v1.9.1