duhe
2025-03-18 e6e805f9c46f41b50f4a556732f618ffdb7b4e69
WebAPI/Models/QC_OutCompCheckBillSub.cs
@@ -5,25 +5,38 @@
namespace WebAPI.Models
{
    public class QC_OutCompCheckBillSub
    {
        public long HInterID { get; set; }
        public string HBillNo_bak { get; set; }
        public long HEntryID { get; set; }
        public string HCloseMan { get; set; }
        public DateTime HEntryCloseDate { get; set; }
        public string HCloseType { get; set; }
        public string HRemark { get; set; }
        public long HSourceInterID { get; set; }
        public long HSourceEntryID { get; set; }
        public string HSourceBillNo { get; set; }
        public string HSourceBillType { get; set; }
        public double HRelationQty { get; set; }
        public double HRelationMoney { get; set; }
    public class QC_OutCompCheckBillSub : DBUtility.ClsXt_BaseBillSub
    {
        public long HQCCheckClassID { get; set; }
        public long HQCCheckItemID { get; set; }
        public string HQCStd { get; set; }
        public string HResult { get; set; }
        //新增字段24/12/10
        public String HUnit { get; set; }
        public String HQCNote { get; set; }
        public String HMax { get; set; }
        public String HMin { get; set; }
        public String HAvg { get; set; }
        public Int64 HSampleSchemeID { get; set; }
        public Int64 HSampleQty { get; set; }
        public double HSampleDamageQty { get; set; }
        public Int64 HAcceptQty { get; set; }
        public Int64 HRejectQty { get; set; }
        public double HSampleUnRightQty { get; set; }
        public String HStatus { get; set; }
        public Int64 HUnitID { get; set; }
        public String HInspectVal { get; set; }
        public String HTargetVal { get; set; }
        public String HUpLimit { get; set; }
        public String HDownLimit { get; set; }
        public String HUpOffSet { get; set; }
        public String HDownOffSet { get; set; }
        public String HAnalysisMethod { get; set; }
        public Int64 HKeyInspect { get; set; }
        public Int64 HInspectInstruMentID { get; set; }
        public String HInspectResult { get; set; }
    }
}