From 14c60e8bc1ece67eb409eec2797080d956223f09 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期四, 09 六月 2022 22:05:06 +0800
Subject: [PATCH] 产线绑定功能

---
 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