From e4ea2def95c38f5594396b9546040aa15fdec913 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期五, 14 一月 2022 19:28:26 +0800
Subject: [PATCH] nothing

---
 Model/车间管理/ClsSc_ProcessPlanMain.cs |    5 +++++
 1 files changed, 5 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 7483cfa..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"
@@ -29,5 +29,10 @@
         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