using System; using System.Collections.Generic; using WangToUfida; using TempDbToUfida.OpenApi; using WangToTempDb; namespace YiLvRunFrom.BLL { public class RdRecord08Bll : IBll { public void Process() { Common.WangToMiddle(new StockinUpLoad(), "其他入库"); DownLoadOtherin download = new DownLoadOtherin(); download.DownLoad(); } } }