修复bug

This commit is contained in:
18942506660
2023-12-22 11:10:02 +08:00
parent c664a2dd38
commit 7e5b86e932
3 changed files with 37 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
@@ -20,6 +21,6 @@ namespace WMS.Web.Domain.IService
// 同步金蝶
Task<Result> Sync(OperateRequest dto);
//盘亏盘亏
Task<Result> Loss_Profit(TakeStock entity);
Task<Result> Loss_Profit(TakeStock entity, IServiceScope scope);
}
}