| 1234567891011121314151617181920 |
- package com.malk.huagao.service;
- public interface YdHuaGaoService {
- void syncKdYdCustomer();
- void syncKdYDcustomerLiaison();
- void syncKdYdOrder();
- void syncKdYdDelivery();
- void synckdYdOutbound();
- void syncKdYdReceivable();
- void synckdYdZp();
- void synckdYdMaterial();
- }
|