using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_ProcExchWorkBackBillMain : DBUtility.ClsXt_BaseBillMain { public Int64 HPrintQty { get; set; } //´òÓ¡´ÎÊý public Int64 HICMOInterID { get; set; } public Int64 HICMOEntryID { get; set; } public Int64 HProcExchInterID { get; set; } public Int64 HProcExchEntryID { get; set; } public Int64 HProcExchBegNO { get; set; } public Int64 HProcExchEndNO { get; set; } public Int64 HProcBegID { get; set; } public Int64 HProcEndID { get; set; } public Int64 HMaterID { get; set; } public Int64 HUnitID { get; set; } public Int64 HEmpID { get; set; } public Int64 HWorkShopID { get; set; } public Int64 HPRDORGID { get; set; } public string HICMOBillNo { get; set; } public string HProcExchBillNo { get; set; } public string HExplanation { get; set; } public string HBatchNo { get; set; } public string HOrderProcNo { get; set; } public string HInnerBillNo { get; set; } public double HPlanQty { get; set; } public double HQty { get; set; } public string HBillOperationType { get; set; } } }