From db658b16ef882ddcd56c4fea35aae42d0473b57d Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 22 四月 2025 09:29:51 +0800
Subject: [PATCH] 1

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

diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs"
index cedf9b5..98e09a2 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs"
@@ -12,7 +12,7 @@
         public Int64 HProcExchInterID;//	int	        	--工序流转卡ID(预留字段)
         public Int64 HProcExchEntryID;//	int		        --工序流转卡子ID(预留字段)
         public string HProcExchBillNo;//	varchar(50) 	--工序流转卡号(预留字段)
-        public Int64 HICMOInterID;// 		int		        --任务单ID				
+        public Int64 HICMOInterID;// 		int		        --任务单ID		                       // 				
         public string HICMOBillNo;//		varchar(50) 	--任务单号	
         public Int64 HSourceID;//		    int		        --生产资源ID
         public string HSourceBarCode;//		varchar(50) 	--生产资源条码
@@ -20,10 +20,14 @@
         public Int64 HWorkerID;// 		    int 	    	--操作工ID
         public string HWorkerBarCode;//		varchar(50) 	--操作工条码
         public Int64 HGroupID;//  		    int	        	--生产班组ID
-
+        public Int64 HProcNo;//  		    int	        	--流水号(工序号)
         public Int64 HProcID;//  		    int	        	--工序ID
         public Int64 HMaterID;//  		    int	        	--产品ID
 
-        
+        public Int64 HICMOEntryID=0;// 		    int		        --任务单子ID 
+        public string HSourceBillNo = "";//     string		    --源单单号 
+        public Int64 HSourceInterID = 0;// 		int		        --源单主内码 
+        public Int64 HSourceEntryID = 0;// 		int		        --源单子内码 
+        public string HSourceBillType = ""; //  string          --源单类型
     }
 }

--
Gitblit v1.9.1