Ejemplo n.º 1
0
        /// <summary>
        /// 下载zc_order_transit数据
        /// </summary>
        void DownloadZcOrderTransitData()
        {
            BranchZcOrderTransitService branchService = new BranchZcOrderTransitService();
            //branchService.DeleteAll();
            ZcOrderTransitService service = new ZcOrderTransitService();
            List <ZcOrderTransit> list    = service.FindAll();

            branchService.AddZcOrderTransit(list);
        }