修复bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user