123456789101112131415161718192021 |
- 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();
- }
- }
- }
|