| 123456789101112131415161718192021222324252627282930 |
- package com.malk.huagao.service;
- import com.malk.server.common.McR;
- public interface YdHuaGaoService {
- void syncKdYdCustomer();
- void syncKdYDcustomerLiaison();
- void syncKdYdOrder();
- void syncKdYdDelivery();
- void synckdYdOutbound();
- void syncKdYdReceivable();
- void synckdYdZp();
- void synckdYdMaterial();
- void syncKdYdDeliveryDetail();
- void synckdYdPayment();
- void synckdYdTRANSFER();
- }
|