This commit is contained in:
2025-07-25 22:23:48 +08:00
parent a5ed0ba6c3
commit 74dd275168
5 changed files with 25 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ namespace MyCode.Project.Services.IServices
{
public interface IOrderPushService
{
void PushOrderToKingDee(string id);
string PushOrderToKingDee(string id);
}
}