From ed80467e957a5ae62f2e7a4df1e794a24eb36af3 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 21 九月 2022 09:12:16 +0800
Subject: [PATCH] LAYUI列表列名改为动态加载模式( 器具保养规程单维护,器具寿命调整单维护,器具保养记录单维护,器具点检记录单维护,器具故障登记单维护,器具维修记录单维护,设备点检规程单维护,设备保养规程单维护,设备保养记录单维护,设备点检记录单维护,设备故障登记单维护,设备维修记录单维护,班组职员清单维护 )

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