2025-11-11 10:14:00 +08:00

9 lines
158 B
C#

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