出库修改箱

This commit is contained in:
18942506660
2024-03-05 15:11:03 +08:00
parent 65ccc41d1b
commit 430f8dfdfc
4 changed files with 67 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ namespace WMS.Web.Domain.IService
Task<Result> ChangeBox_BackRecord(BackRecord BackRecord, LoginInDto loginInfo, bool isTransaction = true);
//非采购入库
Task<Result> ChangeBox_InStock(InStock InStocks, LoginInDto loginInfo, bool isTransaction = true);
//出库
Task<Result> ChangeBox_OutStock(OutStock outStock, bool isTransaction = true);
}
}