This commit is contained in:
2025-10-28 12:20:20 +08:00
parent 0b9f7bc7e9
commit 10d6cc1144
18 changed files with 5032 additions and 47 deletions

View File

@@ -53,5 +53,9 @@ public interface IWmsStockService {
*/
BigDecimal getStockByItemId(Long rawMaterialId);
/**
* 查询库存分布(按仓库统计)
*/
WmsStockVo queryStockDistribution(WmsStockBo bo);
}