增加箱库存同步箱信息
This commit is contained in:
@@ -13,5 +13,7 @@ namespace WMS.Web.Domain.IService
|
||||
{
|
||||
// 同步老Ops箱信息
|
||||
Task<Result> Sync(List<OpsBoxResponse> list = null);
|
||||
// 箱库存同步箱信息
|
||||
Task<Result> BoxInventorySync(List<BoxInventory> list, bool isTransaction = true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user