YdHuaGaoService.java 545 B

12345678910111213141516171819202122232425262728293031323334353637
  1. package com.malk.huagao.service;
  2. import com.malk.server.common.McR;
  3. public interface YdHuaGaoService {
  4. void syncKdYdCustomer();
  5. void syncKdYDcustomerLiaison();
  6. void syncKdYdOrder();
  7. void syncKdYdDelivery();
  8. void synckdYdOutbound();
  9. void syncKdYdReceivable();
  10. void synckdYdZp();
  11. void synckdYdMaterial();
  12. void syncKdYdDeliveryDetail();
  13. void synckdYdPayment();
  14. void synckdYdTRANSFER();
  15. void synckdYdMaterialxsy();
  16. void synckdyqsq();
  17. McR synckdlrgh();
  18. McR synckdndrq();
  19. }