using System; using System.Collections.Generic; using System.Linq; using System.Text; using WangToUfida; using TempDbToUfida.OpenApi; using WangToTempDb; namespace YiLvRunFrom.BLL { public class DispatchListBll : IBll { public void Process() { Common.WangToMiddle(new DispatchListUpLoad(), "销售出库"); DownLoadReturnorder download = new DownLoadReturnorder(); download.DownLoad(); } } }