YdHuaGaoService.java 310 B

1234567891011121314151617181920
  1. package com.malk.huagao.service;
  2. public interface YdHuaGaoService {
  3. void syncKdYdCustomer();
  4. void syncKdYDcustomerLiaison();
  5. void syncKdYdOrder();
  6. void syncKdYdDelivery();
  7. void synckdYdOutbound();
  8. void syncKdYdReceivable();
  9. void synckdYdZp();
  10. void synckdYdMaterial();
  11. }