From 3a1c370d2d9c40df31f22560bd52a100de0c8ed1 Mon Sep 17 00:00:00 2001 From: 杨乐 <yang.le.192@qq.com> Date: 星期四, 13 一月 2022 10:43:32 +0800 Subject: [PATCH] 设备维修派工单 查询 --- 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