From 28e1721d265cb676ad65030cc7967066fa324760 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 04 十一月 2021 15:14:39 +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