namespace MyCode.Project.Services.IServices { public interface ISalesOutboundService { string PushSalesOutboundToKingDee(string id); } }