9 lines
158 B
C#
9 lines
158 B
C#
namespace MyCode.Project.Services.IServices
|
|
{
|
|
public interface ISalesOutboundService
|
|
{
|
|
string PushSalesOutboundToKingDee(string id);
|
|
}
|
|
}
|
|
|