using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_WIPStockChangeBillMain : DBUtility.ClsXt_BaseBillMain { public Int64 HPrintQty; // public Int64 HICMOInterID; public String HICMOBillNo; public Int64 HProcPlanInterID; public Int64 HProcPlanEntryID; public String HProcPlanBillNo; public Int64 HProcExchInterID; public String HProcExchBillNo; public Int64 HMaterID; public decimal HICMOQty; public decimal HPlanQty; } }