From d38136e8b743a3186dc873d0f18e5a58e84e86d9 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 24 十一月 2022 08:51:40 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
Model/车间管理/ClsSc_MaterToSourceBillMain.cs | 8 ++++++--
1 files changed, 6 insertions(+), 2 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..249ad47 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) --生产资源条码
@@ -24,6 +24,10 @@
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