From fad12ab96ea63fe46e75d33e95754d032deddcdb Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期三, 19 一月 2022 17:04:32 +0800
Subject: [PATCH] 生产工序  完善 器具维修派工单 验证 设备维修派工单 编辑

---
 Model/车间管理/ClsSc_ProcessPlanMain.cs |   12 ++++++++++++
 1 files changed, 12 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..cfb5a22 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,17 @@
         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;
+        public int HSourceInterID;// int  		--源单内码
+        public int HSourceEntryID;//  int		--源单子内码
+        public string HSourceBillNo;//   varchar(50) --源单号
+        public string HSourceBillType;// varchar(10) --源单类型
+        public int HSourceID;
     }
 }

--
Gitblit v1.9.1