From dc101e87dc0df99cf8c984eeeac7ded48bbb0135 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 16 十二月 2024 09:41:09 +0800
Subject: [PATCH] 器具采购入库单的列表 分页改为 数据库分页;
---
WebAPI/Models/QC_OutCompCheckBillMain.cs | 50 ++++++++++++++++++++++----------------------------
1 files changed, 22 insertions(+), 28 deletions(-)
diff --git a/WebAPI/Models/QC_OutCompCheckBillMain.cs b/WebAPI/Models/QC_OutCompCheckBillMain.cs
index 7ce7872..1e2fc38 100644
--- a/WebAPI/Models/QC_OutCompCheckBillMain.cs
+++ b/WebAPI/Models/QC_OutCompCheckBillMain.cs
@@ -5,34 +5,8 @@
namespace WebAPI.Models
{
- public class QC_OutCompCheckBillMain
+ public class QC_OutCompCheckBillMain : DBUtility.ClsXt_BaseBillMain
{
- public long HInterID { get; set; }
- public string HBillNo { get; set; }
- public DateTime HDate { get; set; }
- public long HBillStatus { get; set; }
- public long HCheckItemNowID { get; set; }
- public long HCheckItemNextID { get; set; }
- public long HCheckFlowID { get; set; }
- public string HRemark { get; set; }
- public string HBacker { get; set; }
- public DateTime HBackDate { get; set; }
- public string HBackRemark { get; set; }
- public string HChecker { get; set; }
- public DateTime HCheckDate { get; set; }
- public string HMaker { get; set; }
- public DateTime HMakeDate { get; set; }
- public string HUpDater { get; set; }
- public DateTime HUpDateDate { get; set; }
- public string HCloseMan { get; set; }
- public DateTime HCloseDate { get; set; }
- public string HCloseType { get; set; }
- public string HDeleteMan { get; set; }
- public DateTime HDeleteDate { get; set; }
- public string HMainSourceBillType { get; set; }
- public long HMainSourceInterID { get; set; }
- public long HMainSourceEntryID { get; set; }
- public string HMainSourceBillNo { get; set; }
public long HPrintQty { get; set; }
public long HCusID { get; set; }
public long HMaterID { get; set; }
@@ -41,7 +15,27 @@
public double HRightQTy { get; set; }
public double HBadQty { get; set; }
public long HFirstCheckEmp { get; set; }
- public string HCheckerResult { get; set; }
+ public bool HCheckerResult { get; set; }
+
+ //鏂板瀛楁24/12/10
+ public Int64 HSourceID { get; set; }
+ public Int64 HICMOInterID { get; set; }
+ public String HICMOBillNo { get; set; }
+ public Int64 HICMOQty { get; set; }
+ public Int64 HProcExchInterID { get; set; }
+ public Int64 HProcExchEntryID { get; set; }
+ public String HProcExchBillNo { get; set; }
+ public Int64 HProcExchQty { get; set; }
+ public Int64 HICMOEntryID { get; set; }
+ public Int64 HQCSchemeID { get; set; }
+ public Int64 HUnitID { get; set; }
+ public Int64 HProcID { get; set; }
+ public Int64 HDeptID { get; set; }
+ public Int64 HShiftsID { get; set; }
+ public string HErrTreatment { get; set; }
+ public string HBatchNo { get; set; }
+ public Int64 HSourceOrgID { get; set; }
+ public Int64 HInspectOrgID { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.1