PU_ArrivalVouchBll.cs 475 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using WangToUfida;
  6. using TempDbToUfida.OpenApi;
  7. using WangToTempDb;
  8. namespace YiLvRunFrom.BLL
  9. {
  10. public class PU_ArrivalVouchBll : IBll
  11. {
  12. public void Process()
  13. {
  14. Common.WangToMiddle(new PurchaseUpLoad(), "采购退货");
  15. DownLoadPurchasereturn download = new DownLoadPurchasereturn();
  16. download.DownLoad();
  17. }
  18. }
  19. }