From bef6120383b2e8d5695f7c21d0db05681f2c7fdb Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期二, 14 十二月 2021 17:43:53 +0800
Subject: [PATCH] 新增盘点方案

---
 Model/车间管理/ClsSc_ProcessPlanMain.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
index d4ca9b8..7483cfa 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
@@ -22,5 +22,12 @@
         public string HInnerBillNo;//    varchar(50)   --内部单据号
         public bool HCloseType;//      bit          --关闭类型   (默认为0)   
         
+        
+        public int HWorkerID;
+        public int HProcNo;
+        public int HProcID;
+        public int HGroupID;
+        public int HDeptID;
+        public int HQty;
     }
 }

--
Gitblit v1.9.1