using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class QC_OutCompCheckBillMain : DBUtility.ClsXt_BaseBillMain { public long HPrintQty { get; set; } public long HCusID { get; set; } public long HMaterID { get; set; } public double HInStockQty { get; set; } public double HCheckQty { get; set; } public double HRightQTy { get; set; } public double HBadQty { get; set; } public long HFirstCheckEmp { 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; } } }