新增吉克云销售数据推送到金蝶云星空

This commit is contained in:
2025-07-18 10:14:31 +08:00
parent 99c400da6c
commit 5b04ef20c2
33 changed files with 2101 additions and 657 deletions

View File

@@ -0,0 +1,14 @@
using MyCode.Project.Domain.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Services.IServices
{
internal interface IOrderPushService
{
void PushOrderToKingDee(PushKingDeeOrder pushKingDeeOrder1);
}
}