From 62c5932a9ec0b8e7a10357d736bffd4a8aeeacd0 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 22 八月 2023 09:49:27 +0800 Subject: [PATCH] 产线质检平台 --- Model/MES/ClsSc_ICMOBillQualityStatus_Tmp.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Model/MES/ClsSc_ICMOBillQualityStatus_Tmp.cs b/Model/MES/ClsSc_ICMOBillQualityStatus_Tmp.cs index 027b1de..2e210e7 100644 --- a/Model/MES/ClsSc_ICMOBillQualityStatus_Tmp.cs +++ b/Model/MES/ClsSc_ICMOBillQualityStatus_Tmp.cs @@ -31,6 +31,24 @@ public Int64 HRelationEntryID;// int //关联单子ID public string HRelationBillNo;// varchar(50) //关联单号 + public string HBillNo; //单据号 + public Int64 HCheckManID; //质检人 + public string HResult; //判断结果 + public string HRemark; //备注 + public string HSaveType; //保存类型 不良品保存,报废品保存 + + public Int64 HICMOInterID; //生产订单主内码 + public Int64 HICMOEntryID; //生产订单子内码 + public string HICMOBillNo; //生产订单号 + public Int64 HMaterID; //产品内码 + public Int64 HProcID; //工序内码 + public string HDate; //制单日期 + public Int64 HGroupID; //班组内码 + public Int64 HDeptID; //部门内码 + public Int64 HStationID; //工位内码 + public Int64 HPRDORGID; //生产组织内码 + public Int64 HAuxPropID; //辅助属性内码 + // } } -- Gitblit v1.9.1