再次修改了收货上架

This commit is contained in:
2025-05-24 15:40:13 +08:00
parent b88ad56ec5
commit f31a761f76
5 changed files with 23 additions and 14 deletions

View File

@@ -14,6 +14,6 @@ namespace WMS.Web.Domain.IService
// 同步老Ops箱信息
Task<Result> Sync(List<OpsBoxResponse> list = null);
// 箱库存同步箱信息
Task<Result> BoxInventorySync(List<BoxInventory> list, bool isTransaction = true);
Task<Result> BoxInventorySync(List<BoxInventory> list, bool isTransaction = true,string isNotUpdateBoxInv="0");
}
}