示例#1
0
        public DataTable GetBeginNetQuantity(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetBeginNetQuantity(pstrCCNID));
        }