出库-箱库存-优化

This commit is contained in:
tongfei
2023-12-07 15:09:32 +08:00
parent f9be428521
commit 2407ef3b3b
2 changed files with 23 additions and 27 deletions

View File

@@ -3509,11 +3509,12 @@
<param name="isTransaction"></param>
<returns></returns>
</member>
<member name="M:WMS.Web.Domain.Services.BoxInventoryService.ExeOutStockBox(System.Collections.Generic.List{WMS.Web.Core.Dto.Inventory.BoxInventoryGenerateDto},System.Boolean)">
<member name="M:WMS.Web.Domain.Services.BoxInventoryService.ExeOutStockBox(System.Collections.Generic.List{WMS.Web.Core.Dto.Inventory.BoxInventoryGenerateDto},System.Collections.Generic.List{WMS.Web.Domain.Entitys.BoxInventory},System.Boolean)">
<summary>
出库单-箱库存变更
</summary>
<param name="dtoDatas"></param>
<param name="boxInventorys"></param>
<param name="isTransaction"></param>
<returns></returns>
</member>