12345678910111213141516171819202122 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using TempDbToUfida.OpenApi;
- using WangToTempDb;
- namespace YiLvRunFrom.BLL
- {
- public class RdRecord09Bll : IBll
- {
- public void Process()
- {
- Common.WangToMiddle(new StockoutUpLoad(),"其他出库");
- DownLoadOtherout download = new DownLoadOtherout();
- download.DownLoad();
- }
- }
- }
|