销售出库单

This commit is contained in:
2025-11-11 10:14:00 +08:00
parent a8c6c37db1
commit ef69892ebc
8 changed files with 531 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
namespace MyCode.Project.Services.IServices
{
public interface ISalesOutboundService
{
string PushSalesOutboundToKingDee(string id);
}
}